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/index.html | |
parent | a690a05a17bf04e74e9746a3df1e9bec4b35f9a9 (diff) | |
download | pig.observer-7a6d8d19b5c2951cbf713f59b558fb4847a65bfc.tar.gz pig.observer-7a6d8d19b5c2951cbf713f59b558fb4847a65bfc.zip |
tidy up formatting
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/dist/index.html b/dist/index.html index ad0d4ec..9fa8018 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,31 +1,33 @@ <!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"> +<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> + <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> + <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> - <li><a href="/georgia/">Georgia</a></li> - </ul> +<ul> + <li><a href="/seattle/">Seattle</a></li> + <li><a href="/utah/">Utah</a></li> + <li><a href="/georgia/">Georgia</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> +<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> |