diff options
Diffstat (limited to 'swat.obsolete/apps/qooxdoo-examples/test/index.html')
-rw-r--r-- | swat.obsolete/apps/qooxdoo-examples/test/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/swat.obsolete/apps/qooxdoo-examples/test/index.html b/swat.obsolete/apps/qooxdoo-examples/test/index.html new file mode 100644 index 0000000000..6f2d4721c4 --- /dev/null +++ b/swat.obsolete/apps/qooxdoo-examples/test/index.html @@ -0,0 +1,19 @@ +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>qooxdoo » Demo</title> + <link type="text/css" rel="stylesheet" href="../../resource/css/layout.css"/> + <!--[if IE]> + <link type="text/css" rel="stylesheet" href="../../resource/css/layout_ie.css"/> + <![endif]--> + <script type="text/javascript" src="../../script/qx.js"></script> +</head> +<body> + <script type="text/javascript" src="../../script/layout.js"></script> + + <div id="demoDescription"> + <p>Please choose a test from above.</p> + <p>These tests may not always be up-to-date and functioning.</p> + </div> +</body> +</html>
\ No newline at end of file |