This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qlockqlone.html
50 lines (37 loc) · 1.62 KB
/
qlockqlone.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Qlock Qlone</title>
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/clock.js"></script>
</head>
<body>
<div class="qlockqlone">
<br />
<span id="it">I T</span> L <span id="is">I S</span> A S T I M E
<br />
<span id="a">A</span> C <span id="minute15">Q U A R T E R</span> D C
<br />
<span id="minute20">T W E N T Y</span> X <span id="minute5">F I V E</span>
<br />
<span id="minute30">H A L F</span> B <span id="minute10">T E N</span> F <span id="to">T O</span>
<br />
<span id="past">P A S T</span> E R U <span id="hournine">N I N E</span>
<br />
<span id="hourone">O N E</span> <span id="hoursix">S I X</span> <span id="hourthree">T H R E E</span>
<br />
<span id="hourfour">F O U R</span> <span id="hourfive">F I V E</span> <span id="hourtwo">T W O</span>
<br />
<span id="houreight">E I G H T</span> <span id="houreleven">E L E V E N</span>
<br />
<span id="hourseven">S E V E N</span> <span id="hourtwelve">T W E L V E</span>
<br />
<span id="hourten">T E N</span> S E <span id="oclock">O'C L O C K</span>
<br />
</div>
</body>
</html>