forked from chromakode/xkcdfools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (37 loc) · 2.12 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
<?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@xkcd</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" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.hotkeys-0.7.9.js"></script>
<script type="text/javascript" src="jquery.browser.js"></script>
<script type="text/javascript" src="jquery.konami.js"></script>
<script type="text/javascript" src="cli.js"></script>
<script type="text/javascript" src="xkcd_cli.js"></script>
</head>
<body>
<div id="pagealert" title="Press any key for next page of text"> --More-- </div>
<div id="indicators"><span id="alt-indicator">Alt-</span><span id="ctrl-indicator">Ctrl-</span> <span id="scroll-indicator">SCR LOCK</span></div>
<div id="screen">
<div id="display">
<div id="welcome">
<h1>unixkcd</h1>
<h2>A webcomic of romance, sarcasm, math, and language.</h2>
</div>
<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>
<div id="credit">Art by <a href="http://xkcd.com/about/">Randall Munroe</a>. XKCD CLI by <a href="http://chromakode.com">Chromakode</a>. Original CLI2 by <a href="http://thrind.xamai.ca">Rod McFarland</a>. <a href="http://github.com/chromakode/xkcdfools">Source code</a>.</div>
</body>
</html>