diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..01307ed --- /dev/null +++ b/templates/404.html @@ -0,0 +1,25 @@ + + + + + + 404 + + + + + +
+
+
+
+
+ 这是404页面 +
+
+
+
+
+ / + + \ No newline at end of file diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..0285b0f --- /dev/null +++ b/templates/error.html @@ -0,0 +1,47 @@ + + + + + + Error Page + + + + + +
+ Maintenance Image +
{{ errorMsg }}
+

Please go back, check the issue, and fix it.

+ Return to Login Page +
+ + + + + +