aboutsummaryrefslogtreecommitdiff
path: root/template/error.template
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-24 23:40:11 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-24 23:40:11 -0400
commitb736068ee7b82e05c2ede8bc48ace7ffa4709e29 (patch)
treeeaa3cce9fdd9973043a7a55613584f90f6598a20 /template/error.template
downloadnotekins-b736068ee7b82e05c2ede8bc48ace7ffa4709e29.tar.xz
Initial commit.
Diffstat (limited to 'template/error.template')
-rw-r--r--template/error.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/error.template b/template/error.template
new file mode 100644
index 0000000..804d439
--- /dev/null
+++ b/template/error.template
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<title>This is fine.</title>
+</head>
+<body>
+<h1>@ERROR_STATUS@. This is fine.</h1>
+</body>
+</html>