jakesgordon/javascript-tetris

Move js to a new file (Error: The character encoding was not declared. Proceeding using windows-1252.)

Opened this issue · 1 comments

Move js to a new file called script.js
then in html:

<script type="text/javascript" src="script.js"></script>

I just made a pull request that solves this problem