r25048: From the archives (patch found in one of my old working trees):
[jelmer/samba4-debian.git] / webapps / qooxdoo-0.6.5-sdk / frontend / application / webmail / source / index.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>qooxdoo &raquo; Demo &raquo; Web Mail</title>
5     <script type="text/javascript" src="script/webmail.js"></script>
6   </head>
7   <body>
8     <script type="text/javascript">
9       if (!qx.IS_SOURCE) {
10         qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ERROR);
11       }
12       qx.core.Init.getInstance().setApplication(webmail.Application);
13     </script>
14   </body>
15 </html>