diff options
Diffstat (limited to 'templates/error.html')
| -rw-r--r-- | templates/error.html | 19 |
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> |
