summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2020-12-16 11:12:24 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2020-12-16 11:12:24 +0100
commitff702dfc656b289223e3700e66872c371e365a25 (patch)
tree25f7b787775c6edf6e604c8010d4be5299fda0b2 /templates/index.html
parent90cba31d48974f1b7f694e570f8732098359a5ea (diff)
parent066929eab31d55573aa7038df1f0be8a6555cfe5 (diff)
downloadtdde25-ff702dfc656b289223e3700e66872c371e365a25.tar.gz
Merge remote-tracking branch 'origin/implement-mode-of-transport'
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>