From a2c2342000aea4efa5140afa89e4ed66dd466100 Mon Sep 17 00:00:00 2001 From: lltommy Date: Tue, 16 Jun 2020 12:43:08 +0200 Subject: starting to include a map --- bh20simplewebuploader/templates/map.html | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bh20simplewebuploader/templates/map.html (limited to 'bh20simplewebuploader/templates/map.html') diff --git a/bh20simplewebuploader/templates/map.html b/bh20simplewebuploader/templates/map.html new file mode 100644 index 0000000..6d63c3c --- /dev/null +++ b/bh20simplewebuploader/templates/map.html @@ -0,0 +1,46 @@ + + + {% include 'header.html' %} + + + {% include 'banner.html' %} + {% include 'menu.html' %} +
+ + {% include 'footer.html' %} + + + + + + + + + + + + + + -- cgit v1.2.3