Subversion Repository Public Repository

litesoft

Diff Revisions 363 vs 364 for /trunk/GWT_Sandbox/CS_IDEA/war/v2/index.html

Diff revisions: vs.
  @@ -1,11 +1,22 @@
1 - <html>
1 +
2 + <html lang="en">
2 3 <head>
3 - <title>Wrapper HTML for App</title>
4 + <meta charset="UTF-8"/>
4 5
5 - <link type="text/css" rel="stylesheet" href="CSapp.css">
6 + <title>Wrapper HTML for App</title>
6 7
8 + <!--<meta http-equiv="X-UA-Compatible" content="chrome=1">-->
9 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10 + <link rel="icon" href="GreenPlay.ico" type="image/x-icon" />
11 + <link rel="shortcut icon" href="GreenPlay.ico" type="image/x-icon" />
12 + <noscript>
13 + <link href="RedPause.ico" type="image/x-icon" rel="icon"/>
14 + <link href="RedPause.ico" type="image/x-icon" rel="shortcut icon"/>
15 + </noscript>
16 + <!-- Any GWT meta tags must be added here. -->
7 17 </head>
8 18 <body>
19 + <link type="text/css" rel="stylesheet" href="CSapp.css">
9 20
10 21 <h1>Sample Application</h1>
11 22
  @@ -18,12 +29,23 @@
18 29
19 30 <table align="center">
20 31 <tr>
32 + <td><img src="common/Money.gif"></td>
21 33 <td id="slot1" align="center"></td>
34 + <td><img src="common/Money.gif"></td>
22 35 </tr>
23 36 <tr>
24 - <td id="slot2"></td>
37 + <td colspan="3" id="slot2"></td>
25 38 </tr>
26 39 </table>
40 + <noscript>
41 + <p style="font-size: larger;color: #ff0000;">JavaScript Disabled</p>
42 + To run the<br><b>
43 + Sample
44 + </b><br>application, you must enable<br>
45 + JavaScript support<br>in your browser.<br><br>
46 +
47 + After you have enabled JavaScript, please refresh this page!
48 + </noscript>
27 49 <script src='v2.nocache.js'></script>
28 50 </body>
29 51 </html>