mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 12:33:49 +01:00
Move static resources into their own directories
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
<canvas width="1280", height="720" id="canvas"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/gameui.js"></script>
|
||||
<script src="/static/game.js"></script>
|
||||
<script src="/static/pumpkin_memory.js"></script>
|
||||
<script src="/static/js/gameui.js"></script>
|
||||
<script src="/static/js/game.js"></script>
|
||||
<script src="/static/js/pumpkin_memory.js"></script>
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
start_game();
|
||||
|
||||
Reference in New Issue
Block a user