diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,17 @@ | |||
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 | |||
4 | </head> | 15 | </head> |
5 | 16 | ||
6 | <body> | 17 | <body> |
@@ -8,6 +19,8 @@ | |||
8 | <p>This site is under construction.</p> | 19 | <p>This site is under construction.</p> |
9 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> | 20 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> |
10 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> | 21 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> |
11 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> | 22 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> |
23 | <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> | ||
12 | </body> | 25 | </body> |
13 | </html> | 26 | </html> |