diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-03 13:53:04 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-03 13:53:04 -0600 |
commit | 7a6d8d19b5c2951cbf713f59b558fb4847a65bfc (patch) | |
tree | f1be7003c523373114c75e9e6215ae5ba981f3cf /dist/seattle/index.html | |
parent | a690a05a17bf04e74e9746a3df1e9bec4b35f9a9 (diff) | |
download | pig.observer-7a6d8d19b5c2951cbf713f59b558fb4847a65bfc.tar.gz pig.observer-7a6d8d19b5c2951cbf713f59b558fb4847a65bfc.zip |
tidy up formatting
Diffstat (limited to 'dist/seattle/index.html')
-rw-r--r-- | dist/seattle/index.html | 76 |
1 files changed, 41 insertions, 35 deletions
diff --git a/dist/seattle/index.html b/dist/seattle/index.html index b076f7c..ef81996 100644 --- a/dist/seattle/index.html +++ b/dist/seattle/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="en"> - <head> +<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -9,42 +9,48 @@ <title>Seattle traffic cameras</title> <link rel="stylesheet" href="/style.css"> - </head> - <body> - <h1>Seattle traffic cams <small>(donate to <a href="https://www.nwcombailfund.org/">bail fund</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: - <button type="button" id="playall"> +</head> +<body> +<h1>Seattle traffic cams <small>(donate to <a + href="https://www.nwcombailfund.org/">bail fund</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: + <button type="button" id="playall"> Play All & Skip to Current - </button> - <label> + </button> + <label> Video 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://web6.seattle.gov/Travelers/">Seattle DOT</a>. - developed by <a href="https://www.boringcactus.com">boringcactus</a>, poke hir if something breaks or sucks. + </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://web6.seattle.gov/Travelers/">Seattle + 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="/hls.min.js"></script> - <script src="/dragula.min.js" integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI=" crossorigin="anonymous"></script> - </body> + </p> +</footer> + +<script src="sources.js"></script> +<script src="/script.js" defer></script> +<script src="/hls.min.js"></script> +<script src="/dragula.min.js" + integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI=" + crossorigin="anonymous"></script> +</body> </html> |