summaryrefslogtreecommitdiff
path: root/webapps/swat/source/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/swat/source/index.html')
-rw-r--r--webapps/swat/source/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/webapps/swat/source/index.html b/webapps/swat/source/index.html
new file mode 100644
index 0000000000..ea7bcfe871
--- /dev/null
+++ b/webapps/swat/source/index.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Swat</title>
+ <script type="text/javascript" src="script/swat.js"></script>
+ </head>
+ <body>
+ <script type="text/javascript">
+
+ qx.core.Init.getInstance().setApplication(swat.main.Main);
+
+ </script>
+ </body>
+</html>