]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/quidebug.html
Works with IE7 but has nutty behaviour with IE6...
[irc/quakenet/qwebirc.git] / static / quidebug.html
index cf37a284d8db9a1a27ea19bf88ddc7bf2b555f6d..7d9b2b3cd2f5e7213dec797e123c4310b1f3cf0f 100644 (file)
@@ -1,4 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
   <title>QuakeNet Web IRC</title>
   <script type="text/javascript" src="js/debug/ui/colour.js"></script>
   <script type="text/javascript" src="js/debug/ui/url.js"></script>
   <script type="text/javascript" src="js/debug/ui/theme.js"></script>
+  <script type="text/javascript" src="js/debug/ui/genericlogin.js"></script>
   <script type="text/javascript" src="js/debug/ui/qui.js"></script>
   <script type="text/javascript" src="js/debug/qwebircinterface.js"></script>
   <script type="text/javascript">
     new QWebIRCInterface("ircui", QUI);
   </script>
 </head>
-<body style="height: 100%">
+<body style="height: 100%; margin: 0;">
   <div id="ircui" style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;"></div>
 </body>
 </html>