diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 01:03:48 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 01:03:48 -0800 |
commit | 098c862fb2e641be19a05e69364f9612b6069a3a (patch) | |
tree | 0cf612120105d76561fa9c6c75244bef4c790b58 /index.html | |
parent | e61733e9b92758e807a6587e906cdce477307ca3 (diff) | |
download | tempo-098c862fb2e641be19a05e69364f9612b6069a3a.tar.gz tempo-098c862fb2e641be19a05e69364f9612b6069a3a.tar.xz |
Aesthetical improvements.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ <link rel="stylesheet" type="text/css" href="style.css" /> <title>New Tab</title> - <script src="tempo.js"></script> + <script type="text/javascript" src="tempo.js"></script> </head> <body> <div id="time"> - <p id="timeval"> </p> + <p id="timeval"><span id="h"></span> <span id="m"></span> <span id="s"></span></p> </div> <div id="date"> <p id="dateval"> </p> |