diff options
Diffstat (limited to 'web/templates/html/error.html')
-rw-r--r-- | web/templates/html/error.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/templates/html/error.html b/web/templates/html/error.html new file mode 100644 index 0000000..17e3687 --- /dev/null +++ b/web/templates/html/error.html @@ -0,0 +1,5 @@ +$def with (errmsg) + +<div class="container"> + <h3>$errmsg</h3> +</div> |