diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index b29f84f..614a0ac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,8 +43,19 @@ </div> - </form> + </form> + <form id="osm-file-form"> + <!--TODO this could be a table --> + <div class="row" > + <div class="col"> + <div> + <label for="filename">End latitude:</label> + <input name="filename" id="filename" /> + </div> + </div> + <input type="submit" value="Load file" /> + </div> + </form> {{ templates/index.js }} - </body> -</html>
\ No newline at end of file +</html> |
