blob: 4f5bf3d13a44eba4934dfefe6444c6abd14abd3a (
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 » Feed Reader</title>
<script type="text/javascript" src="script/feedreader.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(feedreader.Application);
</script>
</body>
</html>
|