diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
commit | 91723dca0ee9bf68b0147dcf233274cd93f911c8 (patch) | |
tree | 9821689c75986b52d56ef59cfab719d2c787fa28 /assets/error.html | |
parent | bbf79174149cf9dde3e08c42d01ba752c6589afe (diff) |
Render something on errors
Diffstat (limited to 'assets/error.html')
-rw-r--r-- | assets/error.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/error.html b/assets/error.html new file mode 100644 index 0000000..789988a --- /dev/null +++ b/assets/error.html @@ -0,0 +1,5 @@ + +<div class="head"> +<h1>%s</h1> +</div> + |