diff options
Diffstat (limited to 'src/templates/index.html')
| -rw-r--r-- | src/templates/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..f97ae53 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block body %} +<div class="container-fluid"> + <div class="row"> + <div class="col-2"> + {% include 'options.html' %} + </div> + <div class="col"> + <div id="map"></div> + </div> + </div> +</div> +{% endblock %}
\ No newline at end of file |
