-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (25 loc) · 1.32 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110660976-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge">
<title>Look-Up Timeline</title>
<meta name="description" content="An interactive look at time..." />
<metaname="robots" content="noodp,noydir" />
<meta name="keywords" content="geo, universe, geology, timeline, how, interactive, html5, soon, javascript, life, now, time, music, earth, art, video, solarbeat, whitevinyl, neverest, songs, luke, twyman, day, years" />
<script type="text/javascript" src="today.js"></script>
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="todayStyle.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="image_src" type="image/png" href="thumb.jpg">
</head>
<body onload="init()" onresize="resize_canvas()">
<canvas id="layerA"></canvas>
</body>
</html>