summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html')
-rw-r--r--webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html b/webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html
new file mode 100644
index 0000000000..0eb9df08b4
--- /dev/null
+++ b/webapps/qooxdoo-0.6.5-sdk/frontend/application/webmail/source/index.html
@@ -0,0 +1,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>