Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
    <head>
        <title>Wrapper HTML for App</title>

        <link type="text/css" rel="stylesheet" href="CSapp.css">

    </head>
    <body>

        <h1>Sample Application</h1>

        <p>
            This is an example of a host page for the application.
            You can attach a Web Toolkit module to any HTML page you like,
            making it easy to add bits of AJAX functionality to existing pages
            without starting from scratch.
        </p>

        <table align="center">
            <tr>
                <td id="slot1" align="center"></td>
            </tr>
            <tr>
                <td id="slot2"></td>
            </tr>
        </table>
        <script src='v2.nocache.js'></script>
    </body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/CS_IDEA/war/v2/index.html

Diff revisions: vs.
Revision Author Commited Message
352 GeorgeS picture GeorgeS Tue 02 Aug, 2011 19:53:18 +0000