-
-diff --git a/borgweb/borg/templates/404.html b/borgweb/borg/templates/404.html index 02683ae..65af47d 100644 --- a/borgweb/borg/templates/404.html +++ b/borgweb/borg/templates/404.html @@ -1,7 +1,7 @@ {% extends "borg/base.html" %} {% load static %} -{% block title %}Not Found{% endblock %} +{% block title %}404: Not Found{% endblock %} {% block script %} {% endblock %} @@ -11,7 +11,7 @@ html, body { height: 80%; } - text-container { + main { display: flex; align-items: center; background-color: aliceblue; @@ -21,11 +21,11 @@ html, body { {% block body %} -