summaryrefslogtreecommitdiff
path: root/resources/error_template.html
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-01-19 18:58:02 -0600
committerMatt Singleton <matt@xcolour.net>2022-01-19 18:58:02 -0600
commit0abf3511646446ee64f21d551dd0d2214fd624b7 (patch)
tree84276e8a1288cb378e93a18d406d05d362c7ee53 /resources/error_template.html
parent704be7d2e7db33635fc9de684c8b3916cd798c68 (diff)
organizing the repo a bit
Diffstat (limited to 'resources/error_template.html')
-rw-r--r--resources/error_template.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/error_template.html b/resources/error_template.html
new file mode 100644
index 0000000..3daacb7
--- /dev/null
+++ b/resources/error_template.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+ <html>
+ <head>
+ <meta charset="$charset"/>
+ <style type="text/css">
+$css
+ </style>
+ </head>
+ <body>
+ <h1>$status</h1>
+ <p>$meta</p>
+ </body>
+ </html>