-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwedding.html
More file actions
21 lines (21 loc) · 787 Bytes
/
wedding.html
File metadata and controls
21 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Wedding Countdown</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./files/wedding/style.css">
</head>
<body>
<div class="container">
<!-- img src="https://images.pixieset.com/52051212/db86997828707b9ca6182b767c10e00b-large.jpg" -->
<img src="./files/wedding/us.jpg">
<h1 id="head">Our Wedding</h1>
<ul>
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li style="color: #EE5486;"><span id="seconds"></span>Seconds</li>
</ul>
</div>
<script src="./files/wedding/countdown.js"></script>
</body>
</html>