add a basic default dark theme

This commit is contained in:
Trevor Bentley
2023-01-15 17:50:33 +01:00
parent 15fe76b0ba
commit 88e76d788c
39 changed files with 1505 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
The page you are seeking does not exist.
{% endblock content %}