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
<html>
<head>
    <title>Wrapper HTML for App</title>

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

    <script type="text/javascript" language="javascript" src="v1.nocache.js"></script>
</head>
<body>

<h1>Sample Application</h1>

<p>
    This is an example of a host page for the App 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"></td>
        <td id="slot2"></td>
    </tr>
</table>
</body>
</html>

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

Diff revisions: vs.
Revision Author Commited Message
340 GeorgeS picture GeorgeS Sun 31 Jul, 2011 23:11:43 +0000