blob: 62632ed7bbddf3c914d0270e0ba97b9fa8ea905c (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Hello World</title>
<meta property="og:title" content="Hello World" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://jinwei.me" />
<meta property="og:site_name" content="Hello World" />
<meta name="theme-color" content="#2b303b">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font.css">
</head>
<body>
<div class="bg-highlight">
<pre>
<span>$</span> apt-get update
<span>$</span> apt-get remove emacs
<span>$</span> apt-get install vim
<span>$</span> apt-get remove bash
<span>$</span> apt-get install zsh
<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
</pre>
</div>
<div class="copyright">
<pre><span>Copyleft 2013-2016 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span></pre>
</div>
<section class="block">
<div class="centered">
<p>Please check out <a href="https://ring0.xyz" target="_blank">https://ring0.xyz</a> for the new website.</p>
</div>
</section>
</body>
</html>
|