diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-16 20:56:29 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-16 20:56:29 -0600 |
commit | 1ef62c2c3044b5b11dae92a08be5d83a780392b4 (patch) | |
tree | fe1a3f4a3a38e468ee050de50ab38dc67d810135 /error_template.html | |
parent | f02368a8f9218c7aa5b1f60730aeb30a7a4f790e (diff) |
handle error codes and network errors
Diffstat (limited to 'error_template.html')
-rw-r--r-- | error_template.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/error_template.html b/error_template.html new file mode 100644 index 0000000..3daacb7 --- /dev/null +++ b/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> |