blob: ea7bcfe8719c86a54b927c57f5599e78498832a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
  |