diff options
-rw-r--r-- | webchat/hello_web.js | 5 | ||||
-rw-r--r-- | webchat/public/reset.css | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/webchat/hello_web.js b/webchat/hello_web.js index da30f357..8ef737fc 100644 --- a/webchat/hello_web.js +++ b/webchat/hello_web.js @@ -107,8 +107,9 @@ var app = connect() page_template+='<table id="chatbox"><tr id="foot"><td id="time"></td><td id="nick" class="chat_from"></td><td><input type="text" id="input"></td></tr></table>\n'; page_template+='</div>'; page_template+='<div id="sideboard"><div id="links">'; - page_template+='<a href="http://ire:1027/">Retiolum Dashboard</a><br>'; - page_template+='<a href="http://pigstarter/">Pigstarter network graphs</a><br>'; + page_template+='<a href="http://gold.krebsco.de/">krebsgold browser plugin</a><br>'; + page_template+='<a href="http://ire:1027/dashboard/">ire: Retiolum Dashboard</a><br>'; + page_template+='<a href="http://pigstarter/">pigstarter: network graphs</a><br>'; page_template+='</div></div></div>'; res.end(page_template); diff --git a/webchat/public/reset.css b/webchat/public/reset.css index c99fc307..65f68058 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -111,4 +111,9 @@ a { width: 24%; background-color: black; opacity: 0.8; +} +#links { + font-size: 14px; + position: absolute; + bottom: 5px; }
\ No newline at end of file |