From 48ebef95cfc26aae3fcef1174f4eaeb71ca491fe Mon Sep 17 00:00:00 2001
From: Melody Horn <melody@boringcactus.com>
Date: Sat, 6 Jun 2020 12:44:37 -0600
Subject: make a whole pile of things more good

---
 dist/georgia/index.html | 54 -------------------------------------------------
 1 file changed, 54 deletions(-)
 delete mode 100644 dist/georgia/index.html

(limited to 'dist/georgia/index.html')

diff --git a/dist/georgia/index.html b/dist/georgia/index.html
deleted file mode 100644
index b2a0d7e..0000000
--- a/dist/georgia/index.html
+++ /dev/null
@@ -1,54 +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 Georgia">
-
-    <title>Georgia 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>Georgia traffic cams <small>(donate to <a href="https://atlsolidarity.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>
-        Video 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://www.511ga.org">Georgia 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/hls.min.js"></script>
-<script src="/lib/dragula.min.js"
-        integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI="
-        crossorigin="anonymous"></script>
-</body>
-</html>
-- 
cgit v1.2.3