diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-17 19:07:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-17 19:07:43 (GMT) |
commit | e3d491b0f97dae84336d5b3c60ceb7206af20c92 (patch) | |
tree | 3e28445c24232c85e058050ea7e41bad84901686 /www/index.html | |
parent | 0a4460d48706e36ca17217d0cdfa6da116299e19 (diff) |
added websocket base clock
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index ae79e9e..e0a4338 100644 --- a/www/index.html +++ b/www/index.html @@ -108,10 +108,11 @@ </form> </div> <div class="span2"> - <center> - <h4>Aktuelle Woche</h4> - <span id="current-week"></span> - </center> + <div id="shows-clock"> + <span class="current-week"></span> + <span class="clock-date"></span> + <span class="clock-time"></span> + </div> </div> </div> <div class="row-fluid"> |