-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.77 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
<head>
<title>This Incident Will Be Reported</title>
<meta name="viewport" content="minimal-ui">
<meta name="description" content="A game about hacking.">
<script src="cmd.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
<link href='style.min.css' rel='stylesheet' type='text/css'>
<template id="input-template">
<div class="shell" id="shell">
$ <input id="input" type="text" autofocus spellcheck="false" autocomplete="false">
</div>
</template>
<template id="ln-template"><div class="shell-ln"></div></template>
<template id="note-rm-template">
<div class="note">
<a class="note-rm" href="#">x</a>
</div>
</template>
<template id="note-template">
<div class="note">
</div>
</template>
<template id="netmonkey-template">
<div id="netmonkey">
<div id="netmonkey-viewer"></div>
<div class="netmonkey-controls">
<button id="netmonkey-back" class="netmonkey-button"><</button><button id="netmonkey-forward" class="netmonkey-button">></button><input id="netmonkey-navigator" type="text" spellcheck="false" autocomplete="false">
</div>
</div>
</template>
<template id="install-animation-template">Installing... <div class="install-animation"><div class="install-animation-inner"></div></div></template>
</head>
<body>
<div id="term-wrap" class="wrap">
<div id="terminal" class="terminal">
</div>
</div>
<footer class="links">
<a id="save" href="#">Save</a> <a id="load" href="#">Load</a> <a id="mute" href="#">Mute</a> <a target="_blank" class="twitter" href="https://twitter.com/dj_madeira">@dj_madeira</a>
</footer>
<noscript>
Sorry, you need JavaScript enabled to activate this terminal.
</noscript>
</body>