summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-25 09:23:05 +0800
committerJinweiClarkChao <[email protected]>2015-08-25 09:26:37 +0800
commitf8bfa21feb6a7b66959e76e1d06c870bdfdff98a (patch)
tree9809d949de365c4061d29d18470dcb15db287205 /index.html
parent0a51aa162561bedd4fa2fe1b02abc4dce5b37ec6 (diff)
downloadring0.xyz-f8bfa21feb6a7b66959e76e1d06c870bdfdff98a.tar.gz
google analytics
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 13 insertions, 14 deletions
diff --git a/index.html b/index.html
index 5f8ae49..5e454c0 100644
--- a/index.html
+++ b/index.html
@@ -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>
Powered by cgit v1.2.3 (git 2.41.0)