diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-06 11:39:50 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-06 11:39:50 -0600 |
commit | 4127ae91822f9abeffeb614e95b6f9d832ecf7c6 (patch) | |
tree | c54b1831b450cb901fd787583e115951eb12e0d3 /dist/seattle/index.html | |
parent | 253a9230ad727baa2a55258de3d045872b84bd3f (diff) | |
download | pig.observer-4127ae91822f9abeffeb614e95b6f9d832ecf7c6.tar.gz pig.observer-4127ae91822f9abeffeb614e95b6f9d832ecf7c6.zip |
replace bad checkboxes with good map-based UI
Diffstat (limited to 'dist/seattle/index.html')
-rw-r--r-- | dist/seattle/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dist/seattle/index.html b/dist/seattle/index.html index 1ad751e..3fe646c 100644 --- a/dist/seattle/index.html +++ b/dist/seattle/index.html @@ -9,6 +9,8 @@ <title>Seattle traffic cameras</title> <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/lib/leaflet.css"> + <script src="/lib/leaflet.js"></script> </head> <body> <h1>Seattle traffic cams <small>(donate to <a @@ -29,11 +31,8 @@ <main> </main> -<aside> - <label>Search cameras: <input type="search" id="filter"></label> - <nav> +<aside id="map"> - </nav> </aside> <footer> @@ -48,8 +47,8 @@ <script src="sources.js"></script> <script src="/script.js" defer></script> -<script src="/hls.min.js"></script> -<script src="/dragula.min.js" +<script src="/lib/hls.min.js"></script> +<script src="/lib/dragula.min.js" integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI=" crossorigin="anonymous"></script> </body> |