Image not recognized

Hello,

This line in index.html makes the browser download that image and try parsing it as JavaScript. That will fail miserably, and that’s why the error shows up.

<script src="MyGame.png"></script>
4 Likes