diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-21 14:55:48 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-21 14:55:48 -0500 |
| commit | 1caba64ee0f32ee8af79263cd4ef2a8bc5d5146e (patch) | |
| tree | 0fa0e957d1f342fdc6ed4a4b43f5dddfddb1298a /deploy | |
| parent | 02eb7da95df283606d4275a22d9451cef371c3b5 (diff) | |
| parent | 2691b951d96f2ce7652acbea9e340b61737b3b57 (diff) | |
Merge branch 'moreUpgrading' into dataViz-annotations
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/assets/dash-colon-menu.gif | bin | 0 -> 348794 bytes | |||
| -rw-r--r-- | deploy/assets/dash-create-link-board.gif | bin | 0 -> 167854 bytes | |||
| -rw-r--r-- | deploy/assets/dash-pin-with-view.gif | bin | 0 -> 695946 bytes | |||
| -rw-r--r-- | deploy/assets/documentation.png | bin | 0 -> 4526 bytes | |||
| -rw-r--r-- | deploy/index.html | 2 |
5 files changed, 2 insertions, 0 deletions
diff --git a/deploy/assets/dash-colon-menu.gif b/deploy/assets/dash-colon-menu.gif Binary files differnew file mode 100644 index 000000000..b5512afb1 --- /dev/null +++ b/deploy/assets/dash-colon-menu.gif diff --git a/deploy/assets/dash-create-link-board.gif b/deploy/assets/dash-create-link-board.gif Binary files differnew file mode 100644 index 000000000..354188fd9 --- /dev/null +++ b/deploy/assets/dash-create-link-board.gif diff --git a/deploy/assets/dash-pin-with-view.gif b/deploy/assets/dash-pin-with-view.gif Binary files differnew file mode 100644 index 000000000..b0896d5c7 --- /dev/null +++ b/deploy/assets/dash-pin-with-view.gif diff --git a/deploy/assets/documentation.png b/deploy/assets/documentation.png Binary files differnew file mode 100644 index 000000000..95c76b198 --- /dev/null +++ b/deploy/assets/documentation.png diff --git a/deploy/index.html b/deploy/index.html index b345e193f..5e564e648 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1,6 +1,8 @@ <html style="overflow: hidden"> <head> <title>Dash</title> + <script src='https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.js'></script> + <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.css' rel='stylesheet' /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link |
