diff options
Diffstat (limited to 'webapps/swat/source/index.html')
-rw-r--r-- | webapps/swat/source/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/webapps/swat/source/index.html b/webapps/swat/source/index.html deleted file mode 100644 index ea7bcfe871..0000000000 --- a/webapps/swat/source/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<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> |