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
39
40
41
42
43
44
<!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>
		<script language="javascript">
			ExternalTemplateText = {
				Xyzzy : "index-en"
			};
		</script>
        <script type="text/javascript" src="cordova-1.7.0.js"></script>
    </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/v1.nocache.js'></script>
    </body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/MultiModuleSingleSrc/main/war/index-en.html

Diff revisions: vs.
Revision Author Commited Message
729 GeorgeS picture GeorgeS Sun 17 Jun, 2012 17:17:32 +0000