forked from ShaifArfan/one-page-website-html-css-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnewyears.html
26 lines (23 loc) · 851 Bytes
/
newyears.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>New Year's Countdown</title>
<link rel="icon" type="image/x-icon" href="HOPE.png"/>
<link href="newyears.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center><a style="text-decoration:none" href='index.html' class='op'>Home</href> </a></center>
<center> <h1 id="title">Time Til New Year's</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 New Year's</p> </center>
<script src="script5.js"></script>
</body>
</html>