-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam and Eireann's Wedding</title>
<link rel="stylesheet" href="https://use.typekit.net/zfy0hwe.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>Sam and Eireann’s Wedding</h1>
<div class="meta-row">
<span class="date">Saturday, October 10, 2026</span>
<a class="venue" href="https://maps.google.com/?q=2173+Cedarhurst+Dr,+Los+Angeles" target="_blank" rel="noopener">2173 Cedarhurst Dr, Los Angeles</a>
</div>
<div class="photo-container">
<img src="photo.jpeg" alt="Sam and Eireann">
</div>
</main>
<nav class="nav-spread">
<a href="faq.html">Details</a>
<a href="rsvp.html">RSVP</a>
</nav>
</body>
</html>