diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -18,21 +18,20 @@ | |||
18 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | 18 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
19 | <link rel="stylesheet" href="css/main.css"> | 19 | <link rel="stylesheet" href="css/main.css"> |
20 | <link rel="stylesheet" href="css/font.css"> | 20 | <link rel="stylesheet" href="css/font.css"> |
21 | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | ||
22 | <script type="text/javascript" src="https://blockchain.info/Resources/wallet/pay-now-button.js"></script> | ||
23 | </head> | 21 | </head> |
24 | <body> | 22 | <body> |
25 | <div class="bg-highlight"> | 23 | <div class="bg-highlight"> |
26 | <pre><strong>i</strong> <span>at</span> <strong>ring0</strong> <span>dot</span> <strong>xyz</strong> | 24 | <pre> |
27 | <span>$</span> apt-get update | 25 | <span>$</span> apt-get update |
28 | <span>$</span> apt-get remove emacs | 26 | <span>$</span> apt-get remove emacs |
29 | <span>$</span> apt-get install vim | 27 | <span>$</span> apt-get install vim |
30 | <span>$</span> apt-get remove bas | 28 | <span>$</span> apt-get remove bas |
31 | <span>$</span> apt-get install zsh | 29 | <span>$</span> apt-get install zsh |
32 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"</pre> | 30 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" |
31 | </pre> | ||
33 | </div> | 32 | </div> |
34 | <div class="copyright"> | 33 | <div class="copyright"> |
35 | <pre><span>Copyleft 2015 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span></pre> | 34 | <pre><span>Copyleft 2015 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span></pre> |
36 | </div> | 35 | </div> |
37 | <section class="block"> | 36 | <section class="block"> |
38 | <div class="centered"> | 37 | <div class="centered"> |
@@ -60,4 +59,4 @@ | |||
60 | ga('send', 'pageview'); | 59 | ga('send', 'pageview'); |
61 | </script> | 60 | </script> |
62 | </body> | 61 | </body> |
63 | </html> | 62 | </html> \ No newline at end of file |