aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/404.html')
-rw-r--r--97suifangqa/templates/404.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/97suifangqa/templates/404.html b/97suifangqa/templates/404.html
new file mode 100644
index 0000000..08f9af4
--- /dev/null
+++ b/97suifangqa/templates/404.html
@@ -0,0 +1,5 @@
+{% extends "picture-base.html" %}
+{% block bodyclasses %}{{ block.super }} page-not-found{% endblock %}
+{% block body %}
+ <div class="message">发生了一点错误,点击<a href="/blog/index">离开</a>返回首页吧。</div>
+{% endblock %} \ No newline at end of file