diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-03 10:37:47 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-03 10:37:47 -0600 |
commit | 7aa98542c5e871ae0cdd49e495312525cb1ee1e9 (patch) | |
tree | 8b25f9314ebc3a20420026839c2e80f49ff5a11e /dist/index.html | |
download | pig.observer-7aa98542c5e871ae0cdd49e495312525cb1ee1e9.tar.gz pig.observer-7aa98542c5e871ae0cdd49e495312525cb1ee1e9.zip |
initial import
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..f4c2a78 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,31 @@ +<!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 various US cities"> + + <title>pig.observer | watch the cops</title> + + <link rel="stylesheet" href="/style.css"> + </head> + <body> + <h1>pig.observer</h1> + <h2>traffic cameras from wherever</h2> + + <ul> + <li><a href="/seattle/">Seattle</a></li> + <li><a href="/utah/">Utah</a></li> + </ul> + + <p> + accessible through Tor at <code>y4b244ai6krmmd6kjjiptqibjb4rvgf7lpeobhpk3j5vkvhqytt6ulyd.onion</code> if that's your thing. + </p> + + <p> + developed by <a href="https://www.boringcactus.com">boringcactus</a>, poke hir if something breaks or sucks. + </p> + </body> +</html> + |