From aa88593607155a69e3e956760caffa3fde8d4e9e Mon Sep 17 00:00:00 2001 From: rascul Date: Sun, 24 Jul 2022 10:09:03 -0500 Subject: [PATCH] add error template --- templates/error.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/error.html diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..e6b67d0 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,29 @@ + + + + + + ReWoT + + + + +
+

ReWoT

+ +
+ +
+ +

Error

+ +

{{ error }} + +

+ + + +