summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorStefan Hansson <steha708@edu.liu.se>2020-11-16 13:55:06 +0100
committerNewbyte <steha708@liu.se>2020-12-15 18:23:53 +0100
commitfe0d3bcc28f723e97cfa4105bed83eb8bb85bbe5 (patch)
treef9992628c6e82ee0175c072e4da23e22dcd1e000 /templates/index.html
parent6c8acb4f4eabb20da41b941158bf52038035699f (diff)
downloadtdde25-fe0d3bcc28f723e97cfa4105bed83eb8bb85bbe5.tar.gz
wip
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>