diff options
Diffstat (limited to 'dist/nyc/index.html')
-rw-r--r-- | dist/nyc/index.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/dist/nyc/index.html b/dist/nyc/index.html new file mode 100644 index 0000000..c1f755f --- /dev/null +++ b/dist/nyc/index.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="Traffic cameras in NYC"> + + <title>NYC traffic cameras</title> + + <link rel="stylesheet" href="/style.css"> +</head> +<body> +<h1>NYC traffic cams <small>(donate to <a + href="https://mutualaid.nyc/get-involved/donate/">mutual aid groups</a>)</small> +</h1> + +<header id="controls"> + Use checkboxes below to add/remove, drag and drop names to rearrange (if it + works), URL stores layout, controls here: + <label> + Image Width + <input type="range" min="0" max="100" value="30" id="vidwidth"> + </label> +</header> + +<main> +</main> + +<aside> + <label>Search cameras: <input type="search" id="filter"></label> + <nav> + + </nav> +</aside> + +<footer> + <p> + data comes from <a href="https://nyctmc.org/">NYC DOT</a>. + developed by <a href="https://www.boringcactus.com">boringcactus</a>, + poke hir if something breaks or sucks. + more places at <a href="/">pig.observer</a>. + </p> +</footer> + +<script src="sources.js"></script> +<script src="/script.js" defer></script> +<script src="/dragula.min.js" + integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI=" + crossorigin="anonymous"></script> +</body> +</html> |