diff options
author | Jinwei Zhao <[email protected]> | 2016-05-01 20:35:41 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2016-06-07 12:00:37 +0800 |
commit | 0329f776d7d0618e7a64e38da86e50df7bf29eb6 (patch) | |
tree | 264b1dfedfa92336cfcaea6219933b88513c8d16 /about.html | |
parent | 53a939bfa8ff9862ad8a298511f149a0fb53df49 (diff) | |
download | ring0.xyz-0329f776d7d0618e7a64e38da86e50df7bf29eb6.tar.gz |
# This is a combination of 5 commits.
# The first commit's message is:
update
# The 2nd commit message will be skipped:
# refer
# The 3rd commit message will be skipped:
# test
# The 4th commit message will be skipped:
# test
# The 5th commit message will be skipped:
# deploy
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/about.html b/about.html deleted file mode 100644 index 0fb0428..0000000 --- a/about.html +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
3 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
4 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
5 | <!--[if gt IE 8]><!--> | ||
6 | <html class="no-js"> | ||
7 | <!--<![endif]--> | ||
8 | <head> | ||
9 | <meta charset="utf-8"> | ||
10 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
11 | <title>Hello World</title> | ||
12 | <meta property="og:title" content="Hello World" /> | ||
13 | <meta property="og:type" content="website" /> | ||
14 | <meta property="og:url" content="http://ring0.xyz" /> | ||
15 | <meta property="og:site_name" content="Hello World" /> | ||
16 | <meta name="theme-color" content="#2b303b"> | ||
17 | <meta name="viewport" content="width=device-width"> | ||
18 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
19 | <link rel="stylesheet" href="css/main.css"> | ||
20 | <link rel="stylesheet" href="css/font.css"> | ||
21 | </head> | ||
22 | <body> | ||
23 | <div class="bg-highlight"> | ||
24 | <pre> | ||
25 | <span>$</span> apt-get update | ||
26 | <span>$</span> apt-get remove emacs | ||
27 | <span>$</span> apt-get install vim | ||
28 | <span>$</span> apt-get remove bash | ||
29 | <span>$</span> apt-get install zsh | ||
30 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | ||
31 | </pre> | ||
32 | </div> | ||
33 | <div class="copyright"> | ||
34 | <pre><span>Copyleft 2013-2016 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span></pre> | ||
35 | </div> | ||
36 | <section class="block"> | ||
37 | <div class="centered"> | ||
38 | <p>Long Live Shadowsocks and GoAgent.</p> | ||
39 | <p>There is a <a href="https://www.evernote.com/pub/clarkzjw/websnapshotshare" target="_blank">list of articles</a> (The link is blocked in mainland China) I saved and shared at Evernote.</p> | ||
40 | <br> | ||
41 | <p>Me</p> | ||
42 | <p><a href="mailto:[email protected]">Email</a> | <a href="https://twitter.com/JinweiClarkChao">Twitter</a> | <a href="http://steamcommunity.com/id/clarkzjw/">Steam</a> | <a href="https://github.com/JinweiClarkChao">GitHub</a> | <a href="https://www.instagram.com/clarkzjw/">Instagram</a></p> | ||
43 | <p>Feel free to write PGP-encrypted email to me.</p> | ||
44 | </div> | ||
45 | </section> | ||
46 | <script> | ||
47 | (function(i, s, o, g, r, a, m) { | ||
48 | i['GoogleAnalyticsObject'] = r; | ||
49 | i[r] = i[r] || function() { | ||
50 | (i[r].q = i[r].q || []).push(arguments) | ||
51 | }, i[r].l = 1 * new Date(); | ||
52 | a = s.createElement(o), | ||
53 | m = s.getElementsByTagName(o)[0]; | ||
54 | a.async = 1; | ||
55 | a.src = g; | ||
56 | m.parentNode.insertBefore(a, m) | ||
57 | })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | ||
58 | ga('create', 'UA-66727818-1', 'auto'); | ||
59 | ga('send', 'pageview'); | ||
60 | </script> | ||
61 | </body> | ||
62 | </html> | ||