-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (31 loc) · 978 Bytes
/
index.html
File metadata and controls
38 lines (31 loc) · 978 Bytes
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
<html>
<head>
<title>_</title>
</head>
<body>
<div style="width: 100%; text-align: center; position: relative;">
<div style="list-style: none; padding: 0; margin: 0; position: absolute; top: 2em; right: 5em;">
Gists
<ul>
<li><a href="http://gist.github.com/112540">orrery</a></li>
<li><a href="https://gist.github.com/355560">snake</a></li>
<li><a href="https://gist.github.com/838202">8puzzle</a></li>
</ul>
</div>
<div style="list-style: none; padding: 0; margin: 0; position: absolute; top: 10em; right: 5em;">
Projects
<ul>
<li><a href="https://github.com/flatline/Rouge">rouge</a></li>
<li><a href="https://github.com/flatline/Lopez">lopez</a></li>
</ul>
</div>
<div style="list-style: none; padding: 0; margin: 0; position: absolute; top: 16em; right: 5em;">
Misc
<ul>
<li><a href="language.html">language</a></li>
</ul>
</div>
<span style="font-size: 222pt;">_</span>
</div>
</body>
</html>