]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/qui.html
Try not to corrupt the namespaces.
[irc/quakenet/qwebirc.git] / static / qui.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>QuakeNet Web IRC</title>
5 <link rel="stylesheet" href="css/colours.css" type="text/css">
6 <link rel="stylesheet" href="css/qui.css" type="text/css">
7 <script type="text/javascript" src="js/mootools-1.2-core.js"></script>
8 <script type="text/javascript" src="js/qwebirc.js"></script>
9 <script type="text/javascript" src="js/qui.js"></script>
10 <script type="text/javascript">
11 var ui = new qwebirc.ui.Interface("ircui", qwebirc.ui.QUI);
12 </script>
13 </head>
14 <body height="100%">
15 <div id="ircui" style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;"></div>
16 </body>
17 </html>