summaryrefslogtreecommitdiff
path: root/templates/export_choice.html
diff options
context:
space:
mode:
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>