From 7e68e86baf90dfe91abae7c4589091f089f8565b Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 6 Nov 2013 17:05:44 +0100 Subject: webchat: krebs now as background --- webchat/hello_web.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webchat/hello_web.js') diff --git a/webchat/hello_web.js b/webchat/hello_web.js index 19bfd7be..aa580652 100644 --- a/webchat/hello_web.js +++ b/webchat/hello_web.js @@ -87,10 +87,11 @@ var app = connect() res.write(''); res.write(''); res.write(''); - res.write('
'); + res.write('
'); res.write('hello, this is #krebs:
'); res.write('
'); res.end('
'); + res.write('
'); }) var server = http.createServer(options, app); -- cgit v1.2.3