summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index b816e62..97c3c46 100644
--- a/index.html
+++ b/index.html
@@ -4,13 +4,15 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>New Tab</title>
+
+ <script src="tempo.js"></script>
</head>
<body>
<div id="time">
- <p>124527</p>
+ <p id="timeval">&nbsp;</p>
</div>
<div id="date">
- <p>23 February 2014</p>
+ <p id="dateval">&nbsp;</p>
</div>
</body>
</html>