Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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
    <!--                                           -->
28
    <script type="text/javascript" language="javascript" src="cel3/cel3.nocache.js"></script>
29
    <script type="text/javascript" language="javascript" src="config.js"></script>
30
  </head>
31
 
32
  <!--                                           -->
33
  <!-- The body can have arbitrary html, or      -->
34
  <!-- you can leave the body empty if you want  -->
35
  <!-- to create a completely dynamic UI.        -->
36
  <!--                                           -->
37
  <body>
38
    <!-- OPTIONAL: include this if you want history support -->
39
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
40
 
41
  </body>
42
</html>