-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<!-- Redesigned from the ground up to act as a virtual console -->
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>CyberLives</title>
<link rel="stylesheet" href="css/terminal.css" />
<script src="js/jquery.min.js"></script>
<script src="js/sha3.js"></script>
<script type="text/javascript" src="js/console.js"></script>
</head>
<body>
<div id="consoleMain">
<div id="console">
<p>So you have Javascript turned off. If you want the new site to work then I would advise to turn it back on. The script does nothing to track you or anything malicious. The source code is in console.js if you wish to survey it for yourself. JQuery and crypto-js are the only 3rd party libraries used.</p>
<p>I promise I am not trying to blow up your computer (Disclaimer: This is not a guarentee for your computer not exploding).</p>
<p>If you really don't want to use javascript then the legacy version of the site is <a href="index_legacy.html">here.</a></p>
</div>
<div id="bottomDiv">
<label id="prompt">$ <div id="dir">~</div>></label>
<span><input id="input" class="entry"/></span>
</div>
</div>
</body>
</html>