diff options
| author | Mitsuo Tokumori <[email protected]> | 2025-03-09 20:30:25 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2025-03-09 20:30:25 +0900 |
| commit | edb9e94a98458fbac00075a3a407246668123eb4 (patch) | |
| tree | 2eecc2d720411b0e0a3ba1f4d23afad0608e88f3 /app/templates/index.html | |
| parent | 4987626c394ca07c3ded98d9ed7095986553863e (diff) | |
| download | masu-master.tar.gz masu-master.tar.bz2 masu-master.zip | |
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 5 |
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"> |
