diff options
-rw-r--r-- | file/index.html | 22 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 25 insertions, 0 deletions
diff --git a/file/index.html b/file/index.html new file mode 100644 index 0000000..371c731 --- /dev/null +++ b/file/index.html @@ -0,0 +1,22 @@ +<!doctype html> +<meta charset=utf-8> +<title>File upload</title> +<p> +If you have files you’d like to pass on without revealing who you are, +use the buttons below. +After hitting “Send Files,” you’ll be sent back to the main page. +<p> +Please keep it to things I’d be interested in. +Nintendo‐related stuff is a safe bet. +<p> +I don’t track or keep any logs of anyone who uploads using this form. +That’s intentional. +But if you don’t trust my assurances, +download <a href="https://www.torproject.org/">Tor Browser</a> and use +<a href="http://bdqx5tj6dsd5ukbk2nrl3owgkzkv3hhyt4shmdvf2qgbqy3h7pyni2id.onion/">this hidden service</a> instead. +Tor prevents me from identifying you even if I try. + +<form method="post" enctype="multipart/form-data" action="/upload"> +<p><input type="file" name="file[]" multiple> +<p><button type="submit">Send Files</button> +</form> @@ -38,6 +38,9 @@ The Space World ’97 demo <a href="spaceworld/">is real</a>. The “pre‐Red/Green” assets <a href="prergby-assets/">are probably real</a>. <hr> +<p>If you’d like, you can +<a href="file/">send me a file completely anonymously</a>. +<hr> <p><a href="https://github.com/iimarckus/iimarckus.org/">iimarckus.org git</a> <hr> <address>Feedback: <a href="mailto:iimarckus@gmail.com">iimarckus@gmail.com</a> |