aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-02-09 02:10:23 +0800
committerclarkzjw <[email protected]>2020-02-09 02:10:23 +0800
commit34367ae3df99c6e1e489fd4548d5086f7568110b (patch)
treef882725354acbf9da5072c120e24d720bf5fc30a /index.html
parent1ff66eac2c489a0610982446faa0c2f45136939b (diff)
downloadblog.jinwei.me-34367ae3df99c6e1e489fd4548d5086f7568110b.tar.gz
+ fix
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index e66501e..e744160 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hans-CN"> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hans-CN">
3
3<head> 4<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Hello World &#8212; Hello World</title> 6 <title>Hello World &#8212; Hello World</title>
@@ -13,12 +14,13 @@
13 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-91737359-11"></script> 14 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-91737359-11"></script>
14 <script> 15 <script>
15 window.dataLayer = window.dataLayer || []; 16 window.dataLayer = window.dataLayer || [];
16 function gtag(){dataLayer.push(arguments);} 17 function gtag() { dataLayer.push(arguments); }
17 gtag('js', new Date()); 18 gtag('js', new Date());
18 19
19 gtag('config', 'UA-91737359-11'); 20 gtag('config', 'UA-91737359-11');
20 </script> 21 </script>
21</head> 22</head>
23
22<body> 24<body>
23 <div class="document"> 25 <div class="document">
24 <div class="documentwrapper"> 26 <div class="documentwrapper">
@@ -231,7 +233,8 @@
231 href="https://github.com/leachim6/hello-world">https://github.com/leachim6/hello-world</a></li> 233 href="https://github.com/leachim6/hello-world">https://github.com/leachim6/hello-world</a></li>
232 <li><a class="reference external" href="https://github.com/clarkzjw/brainfuck">brainfuck</a>, 🙇 Simple 234 <li><a class="reference external" href="https://github.com/clarkzjw/brainfuck">brainfuck</a>, 🙇 Simple
233 Brainfuck interpreter implemented in C</li> 235 Brainfuck interpreter implemented in C</li>
234 <li>GitHub <a class="reference external" href="https://github.com/clarkzjw">&#64;clarkzjw</a> for recent coding</li> 236 <li>GitHub <a class="reference external" href="https://github.com/clarkzjw">&#64;clarkzjw</a> for recent
237 coding</li>
235 </ul> 238 </ul>
236 </div> 239 </div>
237 <div class="section" id="contact"> 240 <div class="section" id="contact">
@@ -280,6 +283,8 @@
280 </div> 283 </div>
281 </div> 284 </div>
282 </div> 285 </div>
286 <iframe scrolling="no" frameborder="0" style="height: 212px; width: 100%;"
287 src="https://button.like.co/in/embed/matters648/button?type=wp&amp;referrer=https%3A%2F%2Fnote.jinwei.me%2F%3Fpage_id%3D24"></iframe>
283 <div class="row docutils container"> 288 <div class="row docutils container">
284 <div class="project docutils container"> 289 <div class="project docutils container">
285 <div class="figure align-left"> 290 <div class="figure align-left">
@@ -386,4 +391,5 @@
386 </div> 391 </div>
387 </div> 392 </div>
388</body> 393</body>
394
389</html> \ No newline at end of file 395</html> \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)