You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
524 B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Isleward</title>
  5. <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
  6. <script src="js/system/addons.js"></script>
  7. <script src="plugins/require.js" data-main="js/app"></script>
  8. <script>if (window.module) module = window.module;</script>
  9. <link rel="stylesheet" href="css/main.css">
  10. <link rel="icon" href="images/favicon.ico">
  11. </head>
  12. <body>
  13. <div class="canvasContainer"></div>
  14. <div class="ui-container"></div>
  15. </body>
  16. </html>