diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..62632ed --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,42 @@ | |||
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://jinwei.me" /> | ||
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>Please check out <a href="https://ring0.xyz" target="_blank">https://ring0.xyz</a> for the new website.</p> | ||
39 | </div> | ||
40 | </section> | ||
41 | </body> | ||
42 | </html> | ||