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
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML>
<html lang="en" height="100%">
    <head>
        <meta charset="UTF-8"/>

        <title>The Box</title>

        <!--<meta http-equiv="X-UA-Compatible" content="chrome=1">-->
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="icon"          href="GreenPlay.ico" type="image/x-icon" />
        <link rel="shortcut icon" href="GreenPlay.ico" type="image/x-icon" />
        <noscript>
            <link href="RedPause.ico" type="image/x-icon" rel="icon"/>
            <link href="RedPause.ico" type="image/x-icon" rel="shortcut icon"/>
        </noscript>
    </head>
    <body height="100%">
        <link type="text/css" rel="stylesheet" href="App.css">
        <table align="center" height="100%" width="100%" class="OuterTable">
            <tr height="*">
                <td id="CenteredContent" align="center"></td>
            </tr>
            <tr>
                <td id="Message"></td>
            </tr>
        </table>
        <noscript>
            <p style="font-size: larger;color: #ff0000;">JavaScript Disabled</p>
                To run the<br><b>
            Sample
                </b><br>application, you must enable<br>
                JavaScript support<br>in your browser.<br><br>

                After you have enabled JavaScript, please refresh this page!
        </noscript>
        <script src='v1.nocache.js'></script>
    </body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/MultiModule/main/warResources/v1/index.html

Diff revisions: vs.
Revision Author Commited Message
554 Diff Diff GeorgeS picture GeorgeS Tue 11 Oct, 2011 17:37:25 +0000
517 Diff Diff GeorgeS picture GeorgeS Mon 26 Sep, 2011 22:36:28 +0000
503 GeorgeS picture GeorgeS Mon 12 Sep, 2011 05:29:58 +0000