From 7649afa5265e877144dd16e0a0d569e6168d3a8c Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 14 Jul 2021 15:57:21 +0200 Subject: [PATCH] Add a documentation page --- frontend/App.vue | 41 --------------------- templates/base.html | 10 +++--- templates/documentation.html | 69 ++++++++++++++++++++++++++++++++++++ templates/map.html | 2 ++ templates/navbar.html | 35 ++++++++++++++++++ web_view.py | 14 ++++++++ 6 files changed, 126 insertions(+), 45 deletions(-) create mode 100644 templates/documentation.html create mode 100644 templates/navbar.html diff --git a/frontend/App.vue b/frontend/App.vue index 9ab2c3d..5a678bf 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -1,47 +1,6 @@