This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-25 10:49:39 -04:00

9 lines
195 B
HTML

<style>
html {
background-color: #1e1e1e;
}
</style>
<canvas id="game" width="1080" height="720"></canvas>
<script src="game.js"></script>
<script src="main.js"></script>