Initial Commit
This commit is contained in:
29
wedding/index.html
Normal file
29
wedding/index.html
Normal file
@ -0,0 +1,29 @@
|
||||
<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>
|
Reference in New Issue
Block a user