-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
50 lines (49 loc) · 2.1 KB
/
template.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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Shawn_Meier</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1>Shawn Meier</h1>
</div>
<div id="menu">
<ul>
<li><a href="#" style="color:#33CCFF">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">CV</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div id="content">
<div id="left">
<h2>Hello!</h2>
<p>Free Cloudy Water Sports template is yours to use.</p>
<p>Ulysses, Ulysses - Soaring through all the galaxies. In search of Earth, flying in to the night. Ulysses, Ulysses - Fighting evil and tyranny, with all his power, and with all of his might. Ulysses - no-one else can do the things you do. Ulysses - like a bolt of thunder from the blue. Ulysses - always fighting all the evil forces bringing peace and justice to all.</p>
<ul>
<li><a href="#">One for all and all for one.</a></li>
<li><a href="#">I never spend much time in school.</a></li>
<li><a href="#">Soaring through all the galaxies.</a></li>
</ul>
<p>One for all and all for one, Muskehounds are always ready. One for all and all for one, helping everybody. One for all and all for one, it's a pretty story. Sharing everything with fun, that's the way to be. One for all and all for one, Muskehounds are always ready. One for all and all for one, helping everybody. One for all and all for one, can sound pretty corny. If you've got a problem chum, think how it could be.</p>
</div>
<div id="right">
<h2>News</h2>
<h3>Nothing Yet</h3>
<p><a href="#">More…</a></p>
<h2>Archive</h2>
<ul>
</ul>
</div>
</div>
<div id="footer">
<p>Copyright © 2014 shawnmeier.com.</p>
<p>Design by <a href="http://360guide.info">360guide.info</a></p>
</div>
</body>
</html>