692 |
aurelien |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
|
|
3 |
<!-- above set at the top of the file will set -->
|
|
|
4 |
<!-- the browser's rendering engine into -->
|
|
|
5 |
<!-- "Quirks Mode". Replacing this declaration -->
|
|
|
6 |
<!-- with a "Standards Mode" doctype is supported, -->
|
|
|
7 |
<!-- but may lead to some differences in layout. -->
|
|
|
8 |
|
|
|
9 |
<html>
|
|
|
10 |
<head>
|
|
|
11 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
12 |
|
|
|
13 |
<!-- -->
|
|
|
14 |
<!-- Consider inlining CSS to reduce the number of requested files -->
|
|
|
15 |
<!-- -->
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
<!-- -->
|
|
|
19 |
<!-- Any title is fine -->
|
|
|
20 |
<!-- -->
|
|
|
21 |
<title>Cel3</title>
|
|
|
22 |
|
|
|
23 |
<!-- -->
|
|
|
24 |
<!-- This script loads your compiled module. -->
|
|
|
25 |
<!-- If you add any GWT meta tags, they must -->
|
|
|
26 |
<!-- be added before this line. -->
|
|
|
27 |
<!-- -->
|
1026 |
aurelien |
28 |
<script type="text/javascript" language="javascript" src="cel/cel.nocache.js"></script>
|
692 |
aurelien |
29 |
<script type="text/javascript" language="javascript" src="config.js"></script>
|
1026 |
aurelien |
30 |
|
|
|
31 |
<link type="text/css" rel="stylesheet" href="Cel.css">
|
692 |
aurelien |
32 |
</head>
|
|
|
33 |
|
|
|
34 |
<!-- -->
|
|
|
35 |
<!-- The body can have arbitrary html, or -->
|
|
|
36 |
<!-- you can leave the body empty if you want -->
|
|
|
37 |
<!-- to create a completely dynamic UI. -->
|
|
|
38 |
<!-- -->
|
|
|
39 |
<body>
|
|
|
40 |
<!-- OPTIONAL: include this if you want history support -->
|
|
|
41 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
|
|
42 |
|
|
|
43 |
</body>
|
|
|
44 |
</html>
|