-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (37 loc) · 1.21 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC> <html> <head> <title>Jeremy | The Official
Website</title>
<link rel="stylesheet" href="basicstyle.css" /> <link rel="stylesheet"
href="layout.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body> <div id="wrapper"> <div id="header"> <h1 id="top"
align="center">The Official Website</h1>
<!--navigation-->
<div id="topnav" align="center">
<a href="index.html">Home</a> |
<a href="aboutme.html">Bio</a> |
<a href="resume.html">YouTube</a> |
<a href="projects.html">Novel</a> |
<a href="gallery.html">Websites</a> |
<a href="contact.html">Contact</a>
</div>
<!--header ends here--> </div>
<p class="specialp">
<br class="clear" />
Welcome to Jeremy Zaugg's Official Website.
</p>
<p>
You can use this website to <a href="contact.html"><strong>contact</strong></a> Jeremy,
view short film projects on his
<a href="http://www.youtube.com/user/AgentAftermath/videos"><strong>Youtube Channel</strong></a>,
or simply <a href="aboutme.html"><strong>get to know</strong></a> him.
</p>
<p>
Enjoy
</p>
<br class="clear" />
<!--contact me with the password "Peasnut M&Ms" and you could win a prize-->
<a href="#top"> back to top</a>
</div>
</body>
</html>