summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html
blob: 0eb9df08b411156b95635769d9f9ae0258eee62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>qooxdoo &raquo; Demo &raquo; Web Mail</title>
    <script type="text/javascript" src="script/webmail.js"></script>
  </head>
  <body>
    <script type="text/javascript">
      if (!qx.IS_SOURCE) {
        qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ERROR);
      }
      qx.core.Init.getInstance().setApplication(webmail.Application);
    </script>
  </body>
</html>