summaryrefslogtreecommitdiff
path: root/templates/error.html
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-15 14:56:21 +0000
committerroot <root@turin.home>2022-01-15 14:56:21 +0000
commit450c3eefd0ba5b108a20474f78308a497ee32d01 (patch)
tree6afcabb9790e4cf1e4ab9da453bafc153f3264af /templates/error.html
parentf315adea703193deb7419355dc084e903dbfde1e (diff)
Add HTML Files
Diffstat (limited to 'templates/error.html')
-rw-r--r--templates/error.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html
new file mode 100644
index 0000000..c532365
--- /dev/null
+++ b/templates/error.html
@@ -0,0 +1,19 @@
+<head>
+ <title>Heating</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel= "stylesheet"
+ type= "text/css"
+ href= "{{ url_for('static',filename='style.css') }}">
+</head>
+<body>
+ <h1>
+ Error
+ </h1>
+ <p>
+ {{ error }}
+ </p>
+ <a href = "/">
+ <h2>
+ Return to home
+ </h2>
+</body>