-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (35 loc) · 1.15 KB
/
index.html
File metadata and controls
45 lines (35 loc) · 1.15 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
div{
width: 680px;
}
body{
font-family: 'GoMono';
}
</style>
<title>archives</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>archives</h1><p></p>
<h2>documentation</h2><p></p>
<a href="https://github.com/userLevel/userlevel.github.io/blob/master/frontier-main.zip"><h3>userland frontier</h3></a>
<p></p>
<a href="https://github.com/userLevel/ohlfs"><h3>ohlfs font</h3></a>
<p></p>
<a href="https://github.com/userLevel/brutus"><h3>brutus text editor</h3></a>
<p></p>
<a href="https://github.com/userLevel/interclick"><h3>mouse chording</h3></a>
</div>
<p></p>
</div>
</div>
</body>
</html>