-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcli.html
More file actions
36 lines (29 loc) · 1.5 KB
/
cli.html
File metadata and controls
36 lines (29 loc) · 1.5 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>guest@fagan</title>
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="/atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/rss.xml" />
<link rel="icon" href="/static/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" title="Default" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="fagan_cli.js"></script>
</head>
<body>
<div id="pagealert" title="Press any key for next page of text"> --More-- </div>
<div id="indicators"><span id="codealt-indicator">Alt-</span><span id="ctrl-indicator">Ctrl-</span> <span id="scroll-indicator">SCR LOCK</span></div>
<div id="screen">
<div id="display">
<noscript>
<p>Sorry, the CLI requires JavaScript to work. Please turn on JavaScript, or try the <a href="/1/">GUI Interface</a>.</p>
</noscript>
</div>
<div id="bottomline">
<span id="inputline"><span id="prompt"></span><span id="lcommand"></span><span id="cursor" > </span><span id="rcommand"></span></span><span id="spinner"></span>
</div>
</div>
</body>
</html>