Subversion Repository Public Repository

litesoft

Diff Revisions 363 vs 364 for /trunk/GWT_Sandbox/CS_IDEA/war/v1/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
  @@ -22,6 +33,15 @@
22 33 <td id="slot2"></td>
23 34 </tr>
24 35 </table>
36 + <noscript>
37 + <p style="font-size: larger;color: #ff0000;">JavaScript Disabled</p>
38 + To run the<br><b>
39 + Sample
40 + </b><br>application, you must enable<br>
41 + JavaScript support<br>in your browser.<br><br>
42 +
43 + After you have enabled JavaScript, please refresh this page!
44 + </noscript>
25 45 <script src='v1.nocache.js'></script>
26 46 </body>
27 47 </html>