summaryrefslogtreecommitdiffstats
path: root/webchat/hello_web.js
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-07 14:27:43 +0100
committerlassulus <lassulus@googlemail.com>2013-11-07 14:27:43 +0100
commit289c983910e86d0b6fa877724859345093da6d20 (patch)
tree18f464c0aa450a1b2e332f1562997aecba5b96fe /webchat/hello_web.js
parent20de34fbd8900108815528bc70bfbc46c7598598 (diff)
webchat: links layout and fix
Diffstat (limited to 'webchat/hello_web.js')
-rw-r--r--webchat/hello_web.js5
1 files changed, 3 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);