diff options
author | JinweiClarkChao <[email protected]> | 2015-08-25 09:23:05 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-08-25 09:26:37 +0800 |
commit | f8bfa21feb6a7b66959e76e1d06c870bdfdff98a (patch) | |
tree | 9809d949de365c4061d29d18470dcb15db287205 | |
parent | 0a51aa162561bedd4fa2fe1b02abc4dce5b37ec6 (diff) | |
download | ring0.xyz-f8bfa21feb6a7b66959e76e1d06c870bdfdff98a.tar.gz |
google analytics
-rw-r--r-- | index-en.html | 25 | ||||
-rw-r--r-- | index.html | 27 |
2 files changed, 13 insertions, 39 deletions
diff --git a/index-en.html b/index-en.html deleted file mode 100644 index e6a7087..0000000 --- a/index-en.html +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>My GitCafe Pages</title> | ||
4 | <script> | ||
5 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
6 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
7 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
8 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
9 | |||
10 | ga('create', 'UA-66727818-1', 'auto'); | ||
11 | ga('send', 'pageview'); | ||
12 | </script> | ||
13 | |||
14 | </head> | ||
15 | |||
16 | <body> | ||
17 | <h1>Hello World!</h1> | ||
18 | <p>This is index-en.html</p> | ||
19 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> | ||
20 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> | ||
21 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> | ||
22 | <p>Why I didn't use https right now?</p> | ||
23 | <p>Because I am waiting for <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p> | ||
24 | </body> | ||
25 | </html> \ No newline at end of file | ||
@@ -1,17 +1,6 @@ | |||
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | <title>My GitCafe Pages</title> | 3 | <title>My GitCafe Pages</title> |
4 | <link rel="alternate" href="http://jinwei.me/index-en.html" hreflang="en" /> | ||
5 | <script> | ||
6 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
7 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
8 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
9 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
10 | |||
11 | ga('create', 'UA-66727818-1', 'auto'); | ||
12 | ga('send', 'pageview'); | ||
13 | </script> | ||
14 | |||
15 | </head> | 4 | </head> |
16 | 5 | ||
17 | <body> | 6 | <body> |
@@ -19,8 +8,18 @@ | |||
19 | <p>This site is under construction.</p> | 8 | <p>This site is under construction.</p> |
20 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> | 9 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> |
21 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> | 10 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> |
22 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> | 11 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> |
23 | <p>Why I didn't use https right now?</p> | 12 | <p>Why I didn't use https right now?</p> |
24 | <p>Because I am waiting for <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p> | 13 | <p>Because I am waiting for <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p> |
14 | |||
15 | <script> | ||
16 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
17 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
18 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
19 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
20 | ga('create', 'UA-66727818-1', 'auto'); | ||
21 | ga('send', 'pageview'); | ||
22 | </script> | ||
23 | |||
25 | </body> | 24 | </body> |
26 | </html> | 25 | </html> |