-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.19 KB
/
index.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>
<title>Rhiannon & Phil's Wedding: Thank You!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./assets/css/preview.css" />
<link rel="icon" type="image/png" href="./assets/images/favicon.png" />
</head>
<script>console.log("Made with ♥, for Rhiannon.")</script>
<body class="is-preload">
<header id="header">
<h1>Rhiannon & Phil Tied the Knot!</h1>
<p style="margin: 0;">Thanks for making our wedding a truly unforgettable day!</p>
<p style="font-family: monospace;">#CanIGetARhiPhil</p>
<a href="./registries.html">Wedding Registries</a>
</header>
<footer id="footer">
<ul class="copyright">
<li>© Phil Salant</li>
<li><a href="https://github.com/PSalant726" class="icon brands fa-github"><span class="label">GitHub</span></a>
</li>
<li><a href="https://www.linkedin.com/in/psalant" class="icon brands fa-linkedin"><span
class="label">LinkedIn</span></a></li>
</ul>
</footer>
<script src="./assets/js/thank-you.js"></script>
</body>
</html>