summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 14:52:33 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 14:52:33 -0800
commitcf9cdaade95defa2e78b5bd78105a072f028eefc (patch)
treeba06178c3aa5c4751a7454ae6d494c4f9b4d0717 /index.html
parent9b8ae10b8603815362f7bc483dc3ee78f488cf84 (diff)
downloadtempo-cf9cdaade95defa2e78b5bd78105a072f028eefc.tar.gz
tempo-cf9cdaade95defa2e78b5bd78105a072f028eefc.tar.xz
Implement a working date/time display.
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>