summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-24 08:25:56 +0800
committerJinweiClarkChao <[email protected]>2015-08-25 09:26:35 +0800
commit0a51aa162561bedd4fa2fe1b02abc4dce5b37ec6 (patch)
tree5a04ce13c3a3a03396318942d1f9a4ad29f7b696 /index.html
parentebe319d0c422671db0cc00b4a4a4e617157a7db2 (diff)
downloadring0.xyz-0a51aa162561bedd4fa2fe1b02abc4dce5b37ec6.tar.gz
let's encrypt
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/index.html b/index.html
index e726d0b..5f8ae49 100644
--- a/index.html
+++ b/index.html
@@ -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>
Powered by cgit v1.2.3 (git 2.41.0)