Update production.html

This commit is contained in:
Echo 2021-10-22 11:22:23 -04:00 committed by GitHub
parent bb034e6cfd
commit efece86233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@
</div>
<!-- Run the game code -->
<script type="text/javascript" src="js/RetroBowl.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script>window.onload = GameMaker_Init;</script>
</body>
</html>