mirror of
https://github.com/csd4ni3l/loginween.git
synced 2025-11-05 05:58:10 +01:00
fix warning not being displayed correctly
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user