index.html 884 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>%UNITY_WEB_NAME%</title>
  7. <link rel="shortcut icon" href="TemplateData/favicon.ico">
  8. <link rel="stylesheet" href="TemplateData/style.css">
  9. <script src="TemplateData/UnityProgress.javascript"></script>
  10. <script src="%UNITY_WEBGL_LOADER_URL%"></script>
  11. <script>
  12. var gameInstance = UnityLoader.instantiate("gameContainer", "%UNITY_WEBGL_BUILD_URL%", {onProgress: UnityProgress});
  13. </script>
  14. </head>
  15. <body>
  16. <div class="webgl-content">
  17. <div id="gameContainer" style="width: %UNITY_WIDTH%px; height: %UNITY_HEIGHT%px"></div>
  18. </div>
  19. <div class="simmer">template by: <a href="https://simmer.io" target="_blank">SIMMER.io</a></div>
  20. <script src="TemplateData/responsive.javascript"></script>
  21. </body>
  22. </html>