Update gun/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-01-28 00:33:54 +00:00
parent 8130c416c6
commit 6be6063156

View File

@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Created with GameMaker: Studio</title> <title>Gun Knight</title>
<style> <style>
body { body {
@ -69,11 +69,10 @@
</head> </head>
<body> <body>
<div class="gm4html5_div_class" id="gm4html5_div_id"> <div class="gm4html5_div_class" id="gm4html5_div_id">
<center>
<canvas id="canvas" width="512" height="832"> <canvas id="canvas" width="512" height="832">
<p>Your browser doesn't support HTML5 canvas.</p> <p>Your browser doesn't support HTML5 canvas.</p>
</canvas> </canvas>
</center>
</div> </div>
<script type="text/javascript" src="html5game/gun.js"></script> <script type="text/javascript" src="html5game/gun.js"></script>