-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=620" />
<title>Contextual Clock</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src='js/jquery-1.6.2.min.js'></script>
<script src='js/jquery.contextualDate.js'></script>
<script src='js/jquery.contextualTime.js'></script>
<script src='js/jquery.contextualClock.js'></script>
<script src='js/SunriseSunset.js'></script>
<script src='main.js'></script>
</head>
<body>
<section id="wrapper">
<!-- header><h1>Contextual Clock</h1></header -->
<article>
<!-- p>Finding your location: <span id="status">checking...</span></p -->
<canvas id='canvas'></canvas>
<!-- div id="info">
<div class="Date"></div>
<div class="Time"></div>
<div class="Geolocation"></div>
</div -->
</div>
</article>
</section>
<iframe id='geocode' src="geocode.html" style="display:none;"></iframe>
</body>
</html>