-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 690 Bytes
/
index.html
File metadata and controls
36 lines (33 loc) · 690 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
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="reset-min.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>z</title>
</head>
<body>
<div id="content">
<div id="title">
<h1>z</h1>
</div>
<div id="navigation">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div id="main">
<div id="left_column">
<h1>Interwebs</h1>
<p>Z Internet.</p>
</div>
<div id="right_column">
</div>
</div>
</div>
<div id="footer">
Last updated 20something
</div>
</body>
</html>