diff --git a/borgweb/borg/templates/404.html b/borgweb/borg/templates/404.html new file mode 100644 index 0000000..ac98876 --- /dev/null +++ b/borgweb/borg/templates/404.html @@ -0,0 +1,31 @@ +{% extends "borg/base.html" %} +{% load static %} + +{% block title %}Not Found{% endblock %} + +{% block script %} +{% endblock %} + +{% block style %} +html, body { + height: 80%; + } + + body { + display: flex; + align-items: center; + background-color: aliceblue; + text-align: center; + } +{% endblock %} + +{% block body %} + +