This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 1.83 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The New Year Clock by Ben Hovinga</title>
<meta
name="keywords"
content="new, year, years, clock, timer, count, down, ben, hovinga, big, screen, dark, full, fullscreen"
/>
<meta
name="description"
content="The New Year Clock by Ben Hovinga is your way to countdown to the new year. Use it anywhere that supports JavaScript."
/>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html">Home</a> :: <a href="clock.html">Clock</a> ::
<a href="faq.html">FAQ</a>
</div>
<div class="content content-home">
<div>
<p>
<span style="text-decoration: underline; font-weight: bold"
>The New Year Clock</span
>
by
<a
href="http://ben.hovinga.ca/"
title="Ben Hovinga's Personal Website"
>Ben Hovinga</a
>
is your way to countdown to the new year. Use it anywhere that
supports JavaScript. If you want to learn more about this check out
the <a href="faq.html" title="Frequently Asked Questions">FAQ</a>.
</p>
<div id="bigbutton">
<a href="clock.html" title="Show me the Clock!"></a>
</div>
</div>
</div>
<div class="footer">
© Copyright 2021
<a href="http://ben.hovinga.ca/" title="Ben Hovinga's Personal Website"
>Ben Hovinga</a
>
:: <a href="index.html" title="Go Home">Home</a> -
<a href="clock.html" title="Show the countdown clock">Clock</a> -
<a href="faq.html" title="Frequently Asked Questions">FAQ</a> ::
</div>
</div>
</body>
</html>