summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
templates/404: new
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html12
1 files changed, 12 insertions, 0 deletions
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 %}
+<article class="post">
+ <div class="post-title">
+ <h1 class="title">404 Page</h1>
+ </div>
+ <div class="post-content">
+ HTTP Error 404: 页面未找到。
+ </div>
+</article>
+{% endblock %}