1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>OLC Codejam 2022</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <div id="root">
- </div>
- <script src="utils.js"></script>
- <script src="entity.js"></script>
- <script src="bullet.js"></script>
- <script src="shooting_pad.js"></script>
- <script src="cloud.js"></script>
- <script src="game.js"></script>
- </body>
- </html>
|