diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2023-11-06 13:52:49 -0500 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2023-11-06 13:52:49 -0500 |
| commit | c0a38c0054ab20311f416d038e6069263bfbcd54 (patch) | |
| tree | 333b758c023494d525e502abf610dfc981c65697 /dashboard_website/templates/index.html | |
| parent | 8a9c5cc9cd62425d7f6d4571429f1c7a0e85cf51 (diff) | |
| parent | 40b98201e2fcff22e8781ed747c4f3ffa509696a (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dashboard_website/templates/index.html')
| -rw-r--r-- | dashboard_website/templates/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html new file mode 100644 index 0000000..ab90904 --- /dev/null +++ b/dashboard_website/templates/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + +<head> + <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.css') }}" + integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" + crossorigin=""/> + <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet_mods.css') }}"/> + <script src="{{ url_for('static', filename='js/leaflet.js') }}" + integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" + crossorigin=""></script> + <script src="{{ url_for('static', filename='js/map.js') }}"></script> +</head> + +<body> + <div id="map"></div> +</body> + +</html>
\ No newline at end of file |
