-
Notifications
You must be signed in to change notification settings - Fork 3
/
Public_html.html
65 lines (64 loc) · 2.38 KB
/
Public_html.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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
<img src="images/ScorpiusStarfield_small.jpg" width="1000" height="500" alt="" border="0"
</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="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>
</ul>
</div>
</div>
<div id="wrapper">
<div id="content">
<div id="sidebar">
<div id="support">
</div>
</div>
<div id="main">
<div id="welcome" class="post">
<h2 class="title">Welcome to Grant Boxer's Home Page!</h2>
<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>
</div>
<hr>
<div class="story">
<p style="text-align:center"><strong>These pages contain information on Astronomy, Astro-Imaging, Diamonds and Diamond Geology, and Meteorite Impacts.</p>
<p>Note that this site is under an extensive re-vamp, so please excuse any failed links.</p>
<hr>
</div>
</div>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p id="legal">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>