-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 967 Bytes
/
index.html
File metadata and controls
44 lines (44 loc) · 967 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
39
40
41
42
43
44
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/main.css" />
<title>Rezitech</title>
</head>
<body>
<div class="doc">
<div class="doc-content">
<div class="doc-head">
<div class="doc-head-content">
<h1>
Rezitech @ GitHub
</h1>
</div>
</div>
<div class="doc-body">
<div class="doc-body-content">
<h2>
Rezitech projects hosted by GitHub
</h2>
<ul>
<li>
<a href="teepee/">Teepee</a> - A JavaScript templating system
</li>
<li>
<a href="stash/">Stash</a> - A JavaScript offline storage library
</li>
<li>
<a href="syze/">Syze</a> - Think @media queries powered by Javascript
</li>
</ul>
</div>
</div>
<div class="doc-foot">
<div class="doc-foot-content">
Copyright © 2011 Rezitech, Inc.
</div>
</div>
</div>
</div>
</body>
</html>