summaryrefslogtreecommitdiff
path: root/tempo.html
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-15 19:45:36 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-15 19:45:36 -0700
commitdaa94f9a619716b4993eb7acab37c62feab91574 (patch)
tree895920306e49843d5332b110c8e29ab66a9152dd /tempo.html
parent1546d1ad242f65fcb9ad0ec3c2fcc4b237dc7ff0 (diff)
downloadtempo-daa94f9a619716b4993eb7acab37c62feab91574.tar.gz
tempo-daa94f9a619716b4993eb7acab37c62feab91574.tar.xz
simplify centring cssHEADmaster
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>