index.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <link type="text/css" rel="stylesheet" href="index.css">
  6. <title>Forward Station Server</title>
  7. <script type="text/javascript" language="javascript" src="forward/forward.nocache.js"></script>
  8. </head>
  9. <body>
  10. <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
  11. <!-- OPTIONAL: include this if you want history support -->
  12. <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
  13. <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
  14. <noscript>
  15. <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">
  16. Your web browser must have JavaScript enabled
  17. in order for this application to display correctly.
  18. </div>
  19. </noscript>
  20. <div id="container"></div>
  21. </body>
  22. </html>