-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (43 loc) · 943 Bytes
/
index.html
File metadata and controls
58 lines (43 loc) · 943 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head><title>Chris Cormack's Github page</title>
<link rel="stylesheet" href="/default.css" type="text/css" media="screen" />
</head>
<body>
<div class="container">
<div class="header">
<div class="title">
<h1>Random things I find useful</h1>
</div>
</div>
<div class="main">
<div class="content">
<h1> </h1>
stuff goes here
</div>
<div class="sidenav">
<h3> Menu </h3>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="http:///blog.bigballofwax.co.nz/">My Blog</a>
</li>
<li>
<a href="http://photos.bigballofwax.co.nz/">Our Photos</a>
</li>
<li>
<a href="http://github.com/ranginui">My Github page</a>
</ul>
</div>
</div>
<div class="clearer"><span></span></div>
<div class="footer"> © 2008 <a href="/">Chris Cormack</a></div>
</div>
</body>
</html>