From 9ac91dbeffeb73aa4161c0ffb9801007de763e34 Mon Sep 17 00:00:00 2001
From: Mole Shang <135e2@135e2.dev>
Date: Sun, 26 Mar 2023 23:30:21 +0800
Subject: templates/404: new
---
templates/404.html | 12 ++++++++++++
templates/navbar.html | 4 ++++
2 files changed, 16 insertions(+)
(limited to 'templates')
diff --git a/templates/404.html b/templates/404.html
index e69de29..4c485a9 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+
+{% block content %}
+404 Page
+