ingo@0: <!doctype html> ingo@0: <!-- The DOCTYPE declaration above will set the --> ingo@0: <!-- browser's rendering engine into --> ingo@0: <!-- "Standards Mode". Replacing this declaration --> ingo@0: <!-- with a "Quirks Mode" doctype may lead to some --> ingo@0: <!-- differences in layout. --> ingo@0: ingo@0: <html> ingo@0: <head> ingo@0: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> ingo@0: ingo@1: <meta name="gwt:property" content="locale=de"> ingo@1: ingo@0: <!-- --> ingo@0: <!-- Consider inlining CSS to reduce the number of requested files --> ingo@0: <!-- --> ingo@0: <link type="text/css" rel="stylesheet" href="FLYS.css"> ingo@0: ingo@0: <!-- --> ingo@0: <!-- Any title is fine --> ingo@0: <!-- --> ingo@27: <title>FLYS-3.0</title> ingo@0: ingo@0: <!-- --> ingo@0: <!-- This script loads your compiled module. --> ingo@0: <!-- If you add any GWT meta tags, they must --> ingo@0: <!-- be added before this line. --> ingo@0: <!-- --> ingo@0: <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> ingo@0: </head> ingo@0: ingo@1: <!-- --> ingo@1: <!-- The body can have arbitrary html, or --> ingo@1: <!-- you can leave the body empty if you want --> ingo@1: <!-- to create a completely dynamic UI. --> ingo@1: <!-- --> raimund@93: <body style="margin:0px"> ingo@0: ingo@1: <!-- OPTIONAL: include this if you want history support --> ingo@1: <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> ingo@0: ingo@1: <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> ingo@1: <noscript> ingo@1: <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> ingo@1: Your web browser must have JavaScript enabled ingo@1: in order for this application to display correctly. ingo@1: </div> ingo@1: </noscript> ingo@1: ingo@1: <div id="app"></div> ingo@1: </body> ingo@0: </html>