summaryrefslogtreecommitdiff
path: root/templates/error.html
blob: c532365ab973fa97c5e18db66497f6db0e79d874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>