diff options
author | JinweiClarkChao <[email protected]> | 2015-08-30 10:26:58 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-08-30 10:26:58 +0800 |
commit | 13051015374c0ea21051c2d4b42fc6cf4ceacf18 (patch) | |
tree | 5a45bc3870a2ca65734afde29a57bbf61a0fb07c /links.html | |
parent | f438e2f7b99b4a4e8e96d6dbe93dd4ea17f0bec8 (diff) | |
download | ring0.xyz-13051015374c0ea21051c2d4b42fc6cf4ceacf18.tar.gz |
links
Diffstat (limited to 'links.html')
-rw-r--r-- | links.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/links.html b/links.html new file mode 100644 index 0000000..8865074 --- /dev/null +++ b/links.html | |||
@@ -0,0 +1,60 @@ | |||
1 | |||
2 | <!DOCTYPE html> | ||
3 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
4 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
5 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
6 | <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | ||
7 | <head> | ||
8 | <meta charset="utf-8"> | ||
9 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
10 | <title>Hello World</title> | ||
11 | |||
12 | <meta property="og:title" content="Hello World"/> | ||
13 | <meta property="og:type" content="website"/> | ||
14 | <meta property="og:url" content="http://jinwei.me"/> | ||
15 | <meta property="og:site_name" content="Hello World"/> | ||
16 | |||
17 | <link rel="icon" href="favicon.ico"> | ||
18 | <meta name="viewport" content="width=device-width"> | ||
19 | |||
20 | <link rel="stylesheet" href="css/main.css"> | ||
21 | <link rel="stylesheet" href="css/font.css"> | ||
22 | |||
23 | </head> | ||
24 | <body> | ||
25 | <div class="bg-highlight"> | ||
26 | <pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong> | ||
27 | <span>$</span> apt-get update | ||
28 | <span>$</span> apt-get remove vim | ||
29 | <span>$</span> apt-get install emacs | ||
30 | <span>$</span> apt-get remove bash | ||
31 | <span>$</span> apt-get install zsh | ||
32 | <span>$</span> git clone --recursive https://github.com/syl20bnr/spacemacs ~/.emacs.d | ||
33 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | ||
34 | </pre> | ||
35 | </div> | ||
36 | |||
37 | <div class="copyright"> | ||
38 | <pre> | ||
39 | <span>Copyleft 2015 Powered by <a href="https://gitcafe.com/">GitCafe</a></span> | ||
40 | </pre> | ||
41 | </div> | ||
42 | |||
43 | <section class="block"> | ||
44 | <div class="centered"> | ||
45 | <p>This page contains articles I saved at <a href="https://archive.org/web/">Internet Archive</a>.</p> | ||
46 | <p><a href="https://web.archive.org/web/20150830021049/http://gravitysworm.com/post/127868074177/%E4%BB%8E1984%E5%88%B0%E7%BE%8E%E4%B8%BD%E6%96%B0%E4%B8%96%E7%95%8C">从1984到美丽新世界</a></p> | ||
47 | </div> | ||
48 | </section> | ||
49 | |||
50 | <script> | ||
51 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
52 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
53 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
54 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
55 | ga('create', 'UA-66727818-1', 'auto'); | ||
56 | ga('send', 'pageview'); | ||
57 | </script> | ||
58 | |||
59 | </body> | ||
60 | </html> | ||