blob: 2ed6b11490e0af95a46cdb7d41c24404b8b5e657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
<a href="/export/pdf"> <p>Export as pdf</p> </a>
<a href="/export/csv"> <p>Export as csv</p> </a>
<a href="/api/info"> <p>Use API</p> </a>
</body>
|