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.

25 lines
926 B

  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 WebGL Player | Pet.Move()</title>
  7. <link rel="shortcut icon" href="TemplateData/favicon.ico">
  8. <link rel="stylesheet" href="TemplateData/style.css">
  9. <script src="TemplateData/UnityProgress.js"></script>
  10. <script src="Build/UnityLoader.js"></script>
  11. <script>
  12. var gameInstance = UnityLoader.instantiate("gameContainer", "Build/WebGLBuild.json", {onProgress: UnityProgress});
  13. </script>
  14. </head>
  15. <body>
  16. <div class="webgl-content">
  17. <div id="gameContainer" style="width: 960px; height: 600px"></div>
  18. <div class="footer">
  19. <div class="webgl-logo"></div>
  20. <div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
  21. <div class="title">Pet.Move()</div>
  22. </div>
  23. </div>
  24. </body>
  25. </html>