summaryrefslogtreecommitdiff
path: root/templates/export_choice.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/export_choice.html
parentf315adea703193deb7419355dc084e903dbfde1e (diff)
Add HTML Files
Diffstat (limited to 'templates/export_choice.html')
-rw-r--r--templates/export_choice.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/export_choice.html b/templates/export_choice.html
new file mode 100644
index 0000000..2ed6b11
--- /dev/null
+++ b/templates/export_choice.html
@@ -0,0 +1,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>