summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index b29f84f..00e6208 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,6 +9,17 @@
<form id="path-form">
<div class="row" >
<div class="col">
+ Mode of transport:
+ <div>
+ <input type="radio" name="transport-mode" id="transport-mode-bike" checked="true" />
+ <label for="transport-mode-bike">Bike</label>
+ </div>
+ <div>
+ <input type="radio" name="transport-mode" id="transport-mode-car" />
+ <label for="transport-mode-car">Car</label>
+ </div>
+ </div>
+ <div class="col">
Place marker for:
<div>
<input type="radio" name="marker-point" id="marker-point-start" checked="true" />
@@ -47,4 +58,4 @@
{{ templates/index.js }}
</body>
-</html> \ No newline at end of file
+</html>