diff options
| author | sostler <sbostler@gmail.com> | 2009-11-15 23:03:49 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2009-11-15 23:03:49 -0500 |
| commit | 762f43af02e0a9a90cb9a1d20d24f596f4ee93e1 (patch) | |
| tree | e6f6641ba01efd1827ffbefc94a60e26dae627e6 /static/index.html | |
| parent | 31b8a27fbaa272a7990f452194912d229a3eede4 (diff) | |
fixed issues
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/static/index.html b/static/index.html index 2d3bd61..fe4b9b0 100755 --- a/static/index.html +++ b/static/index.html @@ -14,20 +14,23 @@ </script> </head> <body> - <div id="welcomebar" style="display: none"> - <span>Welcome, </span> - <span id="nickspan"></span> - </div> - - <div id="wrapper"> - <div id="chatPane"> - <div id="messageList"></div> - <div id="msgInputDiv"> - <input id="msgInput" type="input" disabled="disabled" /> - <input id="msgSubmit" type="submit" value="Enter" disabled="disabled" /> + <div id="content"> + <h1>dump.fm</h1> + <div id="chatbox"> + <div id="welcomebar" style="display: none"> + <span>Welcome, </span> + <span id="nickspan"></span> + </div> + <div id="userList"></div> + <div id="messagePane"> + <div id="messageList"></div> + <div id="msgInputDiv"> + <input id="msgInput" type="input" disabled="disabled" /> + <input id="msgSubmit" type="submit" value="Enter" + disabled="disabled" /> + </div> </div> </div> - <div id="userList"></div> </div> <div id="apDiv3"></div> @@ -37,6 +40,6 @@ </div> <div id="apDiv5"></div> <div id="apDiv6"></div> - + <br /> </body> </html> |
