-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
42 lines (41 loc) · 1.08 KB
/
blog.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
<!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="index.html">Home</a></li>
<li><a href="blog.html" style="color:#33CCFF">Blog</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<div id="left">
<h2>Blog</h2>
<p>Nothing here yet.</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>