summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-29 21:47:03 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-29 21:47:17 (GMT)
commit786f5228e92312695568e26bb38e0ce37775f539 (patch)
treeec83cd3436bff50daf1326691acf12f272dde99e /www/index.html
parente884cb9cd018043b4ac4599ce577bf8b7bc22ae1 (diff)
rudimentary renderings work now
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index f576a6b..9ec29c1 100644
--- a/www/index.html
+++ b/www/index.html
@@ -35,7 +35,17 @@
</div>
<div class="row">
- <div id="rhctl" class="col-md-6 col-md-offset-3">
+ <div class="col-md-5 col-md-offset-3">
+ <div class="row">
+ <div class="col-xs-2"><h3>Mood:<h3></div>
+ <div id="rhctlmood" class="col-xs-1"></div>
+
+ <div class="col-xs-3 col-xs-offset-1"><h3>Active Server:<h3></div>
+ <div id="rhctlactiveserver" class="col-xs-3"></div>
+ </div>
+ <div class="row">
+ <div id="rhctlraw"></div>
+ </div>
</div>
</div>