blob: 00fbc08c417e5e58cbc2538758bcf0df174c4ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
<a href="/"> <p>Home</p> </a>
<p>Text exports of database</a>
<a href="/export/temperature"> <p>Export temperature</p> </a>
<a href="/export/weather"> <p>Export weather</p> </a>
<a href="/export/history"> <p>Export history</p> </a>
<a href="/export/schedule"> <p>Export schedule</p> </a>
</body>
|