1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/acros/templates/404.html

7 lines
151 B
HTML
Raw Normal View History

2020-06-15 21:02:50 +02:00
{% extends 'base.html' %}
{% block heading %}
<h1 class="acronym">Page not Found</h1>
{% endblock %}
{% block searchInput %}autofocus{% endblock %}