aboutsummaryrefslogtreecommitdiff
path: root/templates/404.django
blob: 5f598b720cd3f0e5abc48c1808526e8259eceb4a (plain)
1
2
3
4
5
6
7
8
{% extends 'layouts/main.django' %}
{% block content %}
  <div class="centered-main">
    <img src="/static/images/54a1a92a6d78ed091071255803c7057e.webp" alt="404 Not Found" class="q-img" />
    <h1>404 - Page Not Found</h1>
    <p>The page you are looking for does not exist.</p>
  </div>
{% endblock %}