fix warning not being displayed correctly

This commit is contained in:
csd4ni3l
2025-10-29 23:05:14 +01:00
parent b86b49c911
commit dcd6e02564

View File

@@ -21,13 +21,14 @@
{% endblock %} {% endblock %}
{% block body %} {% block body %}
<h1>WIP!!! Not part of this week!!</h1>
<div class="position-absolute top-50 start-50 translate-middle text-center"> <div class="position-absolute top-50 start-50 translate-middle text-center">
<h1>WIP!!! Not part of this week!!</h1>
<div id="game-container"> <div id="game-container">
<canvas width="1280", height="720" id="canvas"></canvas> <canvas width="1280", height="720" id="canvas"></canvas>
</div> </div>
<h1>WIP!!! Not part of this week!!</h1>
</div> </div>
<h1>WIP!!! Not part of this week!!</h1>
<script src="/static/gameui.js"></script> <script src="/static/gameui.js"></script>
<script src="/static/game.js"></script> <script src="/static/game.js"></script>