diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-23 14:52:33 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-23 14:52:33 -0800 |
commit | cf9cdaade95defa2e78b5bd78105a072f028eefc (patch) | |
tree | ba06178c3aa5c4751a7454ae6d494c4f9b4d0717 /index.html | |
parent | 9b8ae10b8603815362f7bc483dc3ee78f488cf84 (diff) | |
download | tempo-cf9cdaade95defa2e78b5bd78105a072f028eefc.tar.gz tempo-cf9cdaade95defa2e78b5bd78105a072f028eefc.tar.xz |
Implement a working date/time display.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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"> </p> </div> <div id="date"> - <p>23 February 2014</p> + <p id="dateval"> </p> </div> </body> </html> |