add warning that pumpkin memory is not part of this week

This commit is contained in:
csd4ni3l
2025-10-29 23:03:39 +01:00
parent 9dc0b42a2e
commit b86b49c911

View File

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