-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweddingparty.html
33 lines (32 loc) · 1.02 KB
/
weddingparty.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
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Allura|Raleway+Dots|Raleway:400,100,200' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css"/>
<title>Christofer & Stephanie | Wedding | 4.18.15 | Oxford, Ohio |</title>
</head>
<body>
<div id="container">
<header>
<a href="index.html">
<div id="logo"><img src="img/logo.gif"></div>
<div id="corner-ribbon">
<p><strong>April 18, 2015</strong></p>
<p>Oxford, Ohio</p>
</div>
</a>
</header>
<nav>
<ul>
<li><a href="ourstory.html">Our Story</a></li>
<li><a href="thebigday.html">The Big Day</a></li>
<li><a href="visitingoxford.html">Visiting Oxford</a></li>
<li><a href="weddingparty.html" class="active">Wedding Party</a></li>
<li><a href="rsvp.html">RSVP</a></li>
<li><a href="registry.html">Registry</a></li>
</ul>
</nav>
<!-- Page specific html starts here -->
</div>
</body>
</html>