aboutsummaryrefslogtreecommitdiff
path: root/dist/utah/index.html
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-06-06 12:44:37 -0600
committerMelody Horn <melody@boringcactus.com>2020-06-06 12:44:37 -0600
commit48ebef95cfc26aae3fcef1174f4eaeb71ca491fe (patch)
tree4a8817fcfda72182b607d184ef192ca8ceef5a36 /dist/utah/index.html
parent4127ae91822f9abeffeb614e95b6f9d832ecf7c6 (diff)
downloadpig.observer-48ebef95cfc26aae3fcef1174f4eaeb71ca491fe.tar.gz
pig.observer-48ebef95cfc26aae3fcef1174f4eaeb71ca491fe.zip
make a whole pile of things more good
Diffstat (limited to 'dist/utah/index.html')
-rw-r--r--dist/utah/index.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/dist/utah/index.html b/dist/utah/index.html
deleted file mode 100644
index 155dcd6..0000000
--- a/dist/utah/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!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 Utah">
-
- <title>Utah 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>Utah traffic cams <small>(donate to <a
- href="https://www.gofundme.com/f/c2mvvn-support-protesters-arrested-by-slcpd">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:
- <label>
- Image Width
- <input type="range" min="0" max="100" value="30" id="vidwidth">
- </label>
-</header>
-
-<main>
-</main>
-
-<aside id="map">
-
-</aside>
-
-<footer>
- <p>
- data comes from <a href="http://commuterlink.utah.gov/">Utah DOT</a>.
- developed by <a href="https://www.boringcactus.com">boringcactus</a>,
- poke hir if something breaks or could be better.
- more places at <a href="/">pig.observer</a>.
- </p>
-</footer>
-
-<script src="sources.js"></script>
-<script src="/script.js" defer></script>
-<script src="/lib/dragula.min.js"
- integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI="
- crossorigin="anonymous"></script>
-</body>
-</html>