summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 97c3c46..ae76bb0 100644
--- a/index.html
+++ b/index.html
@@ -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">&nbsp;</p>
+ <p id="timeval"><span id="h"></span>&nbsp;&nbsp;<span id="m"></span>&nbsp;&nbsp;<span id="s"></span></p>
</div>
<div id="date">
<p id="dateval">&nbsp;</p>