30 lines
665 B
HTML
30 lines
665 B
HTML
<html>
|
|
<head>
|
|
<title>Our Wedding</title>
|
|
<link rel="stylesheet" href="http://aclindsay.com/wedding/stylesheet.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<div id="header-inner">
|
|
<div id="header-wedding">The wedding of...</div>
|
|
<div id="header-aaron">Aaron Charles Lindsay</div>
|
|
<div id="header-and">and</div>
|
|
<div id="header-elizabeth">Elizabeth Snow Pressman</div>
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<div id="main">
|
|
main
|
|
</div>
|
|
<div id="sidebar">
|
|
side
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<div id="footer-inner">
|
|
© 2010 - 2011 Aaron Lindsay and Elizabeth Pressman
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|