aboutsummaryrefslogtreecommitdiffstats
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-03-09 20:30:25 +0900
committerMitsuo Tokumori <[email protected]>2025-03-09 20:30:25 +0900
commitedb9e94a98458fbac00075a3a407246668123eb4 (patch)
tree2eecc2d720411b0e0a3ba1f4d23afad0608e88f3 /app/templates/index.html
parent4987626c394ca07c3ded98d9ed7095986553863e (diff)
downloadmasu-master.tar.gz
masu-master.tar.bz2
masu-master.zip
Add world clocks to block_timeHEADmaster
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 4647619..0d10afa 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -14,8 +14,9 @@
<div id="container">
<!-- TODO: Use Jinja2 blocks -->
<div class="block" id="time">
- <p id="weatherSummary"></p>
- <div id="timeVisualizer"></div>
+ <div id="time-localClock"></div>
+ <div id="time-worldClock"></div>
+ <div id="time-timeVisualizer"></div>
</div>
<div class="block" id="weather">
<img id="weather-icon" src="" alt="weather icon">