source: Dev/branches/rest-dojo-ui/client/dojo/tests/cache/object.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: 318 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2        "http://www.w3.org/TR/html4/loose.dtd">
3<html>
4        <head>
5                <script type="text/javascript" src="../../dojo.js"></script>
6                <script type="text/javascript" src="../../cache.js"></script>
7        </head>
8        <body class="tundra">
9                <h1>Hello World</h1>
10        </body>
11</html>
Note: See TracBrowser for help on using the repository browser.