diff options
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> |