-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Our Wedding</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="background-image left-image">
<!-- Your left background image goes here -->
</div>
<div class="background-image center-image">
<!-- Your center background image goes here -->
</div>
<div class="background-image right-image">
<!-- Your right background image goes here -->
</div>
<div class="content">
<h1 class="title">Sanjid & Myumee</h1>
<h2 class="section">RSVP</h2>
<h3 class="date">September 15th, 2024</h3>
<div id="countdown"></div>
<p class="info">Please RSVP by May 31st, 2024</p>
<a class="btn" href="https://docs.google.com/forms/d/1AYBTfGY2kSYAFaLuSwy4I1Z9rI8qasmXEqQur7Q7zHg/edit" target="_blank">RSVP</a>
</div>
<script src="wedsite.js"></script>
</body>
</html>