summaryrefslogtreecommitdiffstats
path: root/app/templates/404.html.j2
blob: dd04c11fa52a70043ebe9f0a83c946646fc9a932 (plain) (blame)
1
2
3
4
5
6
{% extends "base.html.j2" %}
{% block content %}
<center>
  <p style="font-size: 4.04em;">404</p>
</center>
{% endblock %}