-
Notifications
You must be signed in to change notification settings - Fork 3
/
index_old.html
50 lines (50 loc) · 2.13 KB
/
index_old.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
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Grant Boxer's Home Page
</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="logo">
<h1><a href="#">Grant Boxer's Web Pages</a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" title="">Homepage</a></li>
<li><a href="About.html" title="">About Me</a></li>
<li><a href="QGIS.html" title="">QGIS</a></li>
<li><a href="Astro.html" title="">Astronomy</a></li>
<li><a href="Diamonds.html" title="">Diamond Exploration</a></li>
<li><a href="Impacts.html" title="">Meteorites and Impacts</a></li>
<li><a href="Bibliography.html" title="">Bibliography</a></li>
</ul>
<h1 class="title">Welcome to Grant Boxer's Web Pages!</h1>
<br>
<script type="text/javascript">
document.write ('<p>Current time is: <span id="date-time">', new Date().toLocaleString(), '<\/span>.<\/p>')
if (document.getElementById) onload = function () {
setInterval ("document.getElementById ('date-time').firstChild.data = new Date().toLocaleString()", 50)
}
</script>
<p>These pages contain information on Astronomy, Astro-Imaging, Diamonds and Diamond Geology, Meteorite Impacts and QGIS</p>
<p>Note that this site is under an extensive re-vamp, so please excuse any failed links.</p>
<p>Recent updates - relocation of web hosting to GitHub and a new tab for information on <b>QGIS</b>.</p>
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p id="legal">Design copyright © 2007 Midnight. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/" rel="nofollow">FreeCSSTemplates.org</a>.</p>
<p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</body>
</html>