remove useless canvas

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-06-11 17:42:21 +03:00
parent e558905c03
commit e2e8268b95

View file

@ -42,10 +42,6 @@
<script src="{{ url_for("static", filename="js/rc4.js") }}" referrerpolicy="no-referrer"></script> <script src="{{ url_for("static", filename="js/rc4.js") }}" referrerpolicy="no-referrer"></script>
{% endblock %} {% endblock %}
{% block body %}
<canvas id="particles"></canvas>
{% endblock %}
{% block header %} {% block header %}
<h1>Ari.lt: Free and open source world of Ari Archer.</h1> <h1>Ari.lt: Free and open source world of Ari Archer.</h1>