-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (34 loc) · 1.54 KB
/
index.html
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta name="google-site-verification" content="FFAbqAI3pK-s-32RlPIVbddtNxxCiH55xgX7KV_vhpw" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Peter's Projects</title>
<!--- Blueprint CSS Framework -->
<link rel="stylesheet" href="ZTopo/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="ZTopo/css/blueprint/print.css" type="text/css" media="print">
<!--[if IE]>
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<!-- CodeRay syntax highlighting CSS -->
<link rel="stylesheet" href="ZTopo/css/coderay.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="ZTopo/css/site.css" type="text/css" media="screen, projection" />
</head>
<body>
<div class="container">
<div class="column span-20 prepend-2 append-2 first last" id="header">
<p class="title">Projects</p>
<hr>
</div>
<div class="column span-15 prepend-2 first">
The <a href="ZTopo/">ZTopo</a> Topographic Map viewer.
</div>
<div class="column span-20 prepend-2 append-2 first last" id="footer">
<hr />
<p>© 2010 Peter Hawkins. Site created with <a href="http://webby.rubyforge.org">Webby</a> and hosted on <a href="http://github.com/">Github</a></p>
</div>
</div>
</body>
</html>