-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (68 loc) · 2.68 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Prabodh Agarwal</title>
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/pygment_trac.css">
<script type="text/javascript" async="" src="./js/ga.js"></script>
<script src="./js/respond.js"></script>
<style type="text/css"></style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="./css/css.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./css/jquery-ui.css">
<script src="./js/jquery.min.js"></script>
<script src="./js/jquery-ui.min.js"></script>
<script src="./js/underscore-min.js"></script>
<script src="./js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>Josh = {Debug: true };</script>
<script src="./js/killring.js"></script>
<script src="./js/history.js"></script>
<script src="./js/readline.js"></script>
<script src="./js/shell.js"></script>
<script src="./js/pathhandler.js"></script>
<script src="./js/script.js"></script>
<style type="text/css">
#shell-panel {
width: 50%;
background: #000!important;
color: #00fe00;
padding: 20px 20px 20px 20px;
font-family: 'Source Code Pro';
}
#shell-cli .prompt {
font-weight: bold;
}
</style>
</head>
<body style="zoom: 1;" id="shell-panel">
<pre style="line-height:normal">
____ __ ____ __
/ __ \_________ _/ /_ ____ ____/ / /_ ____ _____ _____ _______ ______ _/ /
/ /_/ / ___/ __ `/ __ \/ __ \/ __ / __ \ / __ `/ __ `/ __ `/ ___/ | /| / / __ `/ /
/ ____/ / / /_/ / /_/ / /_/ / /_/ / / / / / /_/ / /_/ / /_/ / / | |/ |/ / /_/ / /
/_/ /_/ \__,_/_.___/\____/\__,_/_/ /_/ \__,_/\__, /\__,_/_/ |__/|__/\__,_/_/
/___/
</pre>
<div>
<p>
I love *nix systems and I thought lemme spread the ♥. I like to keep
things simple and have written this page in Vim. Looks like during
some yank operation, ended up copying the shell itself to this
browser😄.<br>What are we waiting for?
</p>
Type <code>help</code> or hit <code>TAB</code> for a list of commands.<br>
Let's start by knowing your name. Type <code>hello <your name>.</code>
</div>
<div id="shell-view"></div>
</body>
</html>