aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
blob: 7aadff20b5b38ed1ff691498b6cc2f5ff2236c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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="/slc/">Salt Lake City</a></li>
    <li><a href="/atlanta/">Atlanta</a></li>
    <li><a href="/nyc/">NYC</a></li>
</ul>

<p>
    accessible through Tor at <code>y4b244ai6krmmd6kjjiptqibjb4rvgf7lpeobhpk3j5vkvhqytt6ulyd.onion</code>
    if that's your thing.
</p>

<p>
    source code <a href="https://github.com/boringcactus/pig.observer">available</a> if you're curious.
</p>

<p>
    developed by <a href="https://www.boringcactus.com">boringcactus</a>, poke
    hir if something breaks or could be better.
    if you want me to add your area, point me at a good bail fund to link to and
    the official source of traffic cameras and i might get around to it
    eventually.
    no promises, though, i am a busy and easily stressed out succulent.
</p>
</body>
</html>