-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.shtml
31 lines (25 loc) · 911 Bytes
/
contact.shtml
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
<!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">
<head>
<title>www.UlyssesUlysses.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/regular.css" rel="stylesheet" type="text/css" />
<link rel="Shortcut Icon" href="http://www.ulyssesulysses.com/images/favicon.ico" />
</head>
<body>
<!--#include virtual="includes/topper.shtml" -->
<div id="container">
<div id="bodycontent">
<p><h1>Contact the Site Creator</h1></p>
<p>
This page will soon hold a form for contacting me.
Until site security is completed, I will only be accepting comments from
people who already know my email address. Please watch the main page for
updates!
</p>
</div>
<!--#include virtual="includes/footer.shtml" -->
</div>
</body>
</html>