source: Dev/branches/rest-dojo-ui/client/dojo/tests/smoke-dojo-sie.html @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 271 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2        "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4        <head>
5                <title>Minimum Dojo Application</title>
6                <script type="text/javascript" src="../dojo-sie.js"></script>
7        </head>
8        <body>
9    <p>hello, world</p>
10        </body>
11</html>
Note: See TracBrowser for help on using the repository browser.