summaryrefslogtreecommitdiff
blob: 5e454c08e653123a56088d0618f6748436a0dcd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
   <head>
     <title>My GitCafe Pages</title>
   </head>

   <body>
      <h1>Hello World!</h1>
      <p>This site is under construction.</p>
      <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p>
      <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p>
      <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p>
      <p>Why I didn't use https right now?</p>
      <p>Because I am waiting for <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p>

   <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
        ga('create', 'UA-66727818-1', 'auto');
        ga('send', 'pageview');
   </script>

   </body>
</html>
Powered by cgit v1.2.3 (git 2.41.0)