remove tabs from html

This commit is contained in:
2024-09-02 07:22:23 +00:00
parent 9090da987f
commit 8cbe7eecd3
14 changed files with 246 additions and 246 deletions

View File

@ -2,7 +2,7 @@
{% block content %}
<h2>File Not Found</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
<h2>File Not Found</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}