Update index.html

This commit is contained in:
Echo 2021-10-22 11:09:35 -04:00 committed by GitHub
parent c9565255e9
commit 49e72b0a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta charset="utf-8"/>
<title>Retro Bowl</title>
<!-- Set the title bar of the page -->
<title>Made in GameMaker Studio 2</title>
<!-- Set the background colour of the document -->
<style>
@ -72,7 +73,7 @@
<body>
<div class="gm4html5_div_class" id="gm4html5_div_id">
<img src="img/splash.png" id="GM4HTML5_loadingscreen" alt="GameMaker:HTML5 loading screen" style="display:none;"/>
<img src="https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/html5game/splash.png" id="GM4HTML5_loadingscreen" alt="GameMaker:HTML5 loading screen" style="display:none;"/>
<!-- Create the canvas element the game draws to -->
<canvas id="canvas" width="960" height="540" >
<p>Your browser doesn't support HTML5 canvas.</p>
@ -80,14 +81,7 @@
</div>
<!-- Run the game code -->
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/html5game/RetroBowl.js"></script>
<script>window.onload = GameMaker_Init;</script>
</body>
<!--
Game fetched from the following URL:
https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/index.html
All rights to orginal creators
-->
</html>