|
@@ -13,7 +13,8 @@
|
|
|
|
|
|
<body>
|
|
|
<div id="header">
|
|
|
- <div class="rounded infobox help-message">
|
|
|
+ <div id="logo"></div>
|
|
|
+ <div class="rounded infobox help-message" id="motd">
|
|
|
Chat room implemented using
|
|
|
<a href="http://code.google.com/p/mongoose" target="_blank">Mongoose</a>
|
|
|
embeddable web server.
|
|
@@ -24,6 +25,7 @@
|
|
|
could be used in your application as a collaboration tool.
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div>
|
|
|
|
|
|
<div id="middle">
|
|
|
<div><center><span id="error" class="rounded"></span><center></div>
|