diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-23 21:39:50 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-23 21:39:50 (GMT) |
commit | 729e6aa445323805c045d2aa1bf4c4d415e181ff (patch) | |
tree | ead65b78aa3b3889f085d25678338b45446e82c3 /www/index.html | |
parent | 8cb418ae09f4d00a8a91df54611dbb1ab48f1c41 (diff) |
finished legacy system handler
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 1487376..924fe39 100644 --- a/www/index.html +++ b/www/index.html @@ -22,6 +22,11 @@ <span class="clock-date"></span> <span class="clock-time"></span> </div> + + <div id="system"> + <span>Active System</span> + <span class="system-name label label-default">unknown</span> + </div> </div> <script type="text/javascript"> |