diff options
Diffstat (limited to 'index-en.html')
-rw-r--r-- | index-en.html | 25 |
1 files changed, 0 insertions, 25 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 | ||