diff options
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"> |
