summaryrefslogtreecommitdiff
path: root/tempo.html
diff options
context:
space:
mode:
Diffstat (limited to 'tempo.html')
-rw-r--r--tempo.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/tempo.html b/tempo.html
index d504dc3..0425653 100644
--- a/tempo.html
+++ b/tempo.html
@@ -9,13 +9,7 @@
<script src="tempo.js"></script>
</head>
<body>
- <div id="container">
- <div id="time">
- <p id="timeval">&nbsp;</p>
- </div>
- <div id="date">
- <p id="dateval">&nbsp;</p>
- </div>
- </div>
+ <div id="time">&nbsp;</div>
+ <div id="date">&nbsp;</div>
</body>
</html>