blob: 0882fb05d857fb0e4047a6cdc176a0ab13b12076 (
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 » Demo » Showcase</title>
<script type="text/javascript" src="script/showcase.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(showcase.Application);
</script>
</body>
</html>
|