-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (37 loc) · 1.29 KB
/
index.html
File metadata and controls
48 lines (37 loc) · 1.29 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
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html manifest="there.manifest" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>There</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="res/style.css" />
<link rel="apple-touch-icon" href="res/touch.png" />
<meta name="viewport" content="width=device-width" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<script type="text/javascript" src="there.js"></script>
</head>
<body>
<h1 id="circles" class="pre">
<img id="c3" src="res/3.png" height="92" width="262" alt="" />
<img id="c2" src="res/2.png" height="92" width="262" alt="" />
<img id="c1" src="res/1.png" height="92" width="262" alt="" />
<a id="c0" href=""><img src="res/0.png" height="92" width="262" alt="" /></a>
</h1>
<h3>N</h3>
<h2 id="lat">
?
</h2>
<h3>E</h3>
<h2 id="long">
?
</h2>
<h3 class="low">m</h3>
<h2 id="acc" class="low">
?
</h2>
<hr />
<p><a href="http://uselessness.de/there/">uselessness.de/there</a> — There. 1.1</p>
<p>© 2010 <a href="http://useless.github.com/there/">Useless Coding</a>.</p>
</body>
</html>