forked from ShaifArfan/one-page-website-html-css-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththanksgiving.html
25 lines (23 loc) · 882 Bytes
/
thanksgiving.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Thanksgiving Countdown</title>
<link rel="icon" type="image/x-icon" href="turkeyoamn.png"/>
<link href="thanksgiving.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center><h2><a style="text-decoration:none" href='index.html' class='op'>Home</href> </h2></a></center>
<center> <h1 id="title">Time Til Thanksgiving</h1> </center>
<center> <p>Click for more time measurements !</p> </center>
<center> <span id="fullTime"></span>
<span id="days"></span>
<span id="hours"></span>
<span id="minutes"></span>
<span id="seconds"></span>
<span id="milliseconds"></span> </center>
<center> <p id="untilChristmas">Happy Thanksgiving ! </p> </center>
<script src="script3.js"></script>
</body>
</html>