aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEmil Williams2025-07-06 18:36:26 +0000
committerEmil Williams2025-07-06 18:36:26 +0000
commita9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db (patch)
treef2854e0b06f1222bd88c5268f2849b01abc52b69 /index.html
parentbe96ef3c69aa497dd0a663de6cc3318fa7d77893 (diff)
downloademil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.xz
emil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.zst
nginx, in deployment
Diffstat (limited to 'index.html')
-rw-r--r--index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b2279ab
--- /dev/null
+++ b/index.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html prefix="og: http://ogp.me/ns#" lang="en">
+ <head>
+ <link rel="canonical">
+ <link rel="icon" type="image/png" sizes="32x32" href="/chud/img/favicon.png">
+ <link rel="stylesheet" type="text/css" href="https://xolatile.top/style.css">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=0.5">
+ <title id="title">up.chud.cyou</title>
+ </head>
+ <body>
+ <div style="width: 50em;">
+ <form action="https://up.chud.cyou/upchud.tcl" method="post" enctype="multipart/form-data">
+ <fieldset>
+ <legend>Upload a file</legend>
+ <label>
+ Select file:
+ <input type="file" name="file" required>
+ </label>
+ <button type="submit">Upload</button>
+ </fieldset>
+ </form>
+ <p>You may upload files using the above form or the following command:</p>
+ <pre>
+ curl --upload-file 'file' https://up.chud.cyou/
+ </pre>
+ <p>
+ Files are wiped monthly and may not be larger than 100 mebibytes.
+ </p>
+ <p>
+ Upchud is a FOSS file uploader service, originally developed for
+ <a href="https://up.chud.cyou/">up.chud.cyou</a>
+ </p>
+ <p>
+ Original source:
+ <a href="https://git.xolatile.top/anon/upchud">git.xolatile.top/anon/upchud</a>
+ <br />
+ This deployment's source:
+ <a href="https://git.xolatile.top/emil/up.chud.cyou">git.xolatile.top/emil/up.chud.cyou</a>
+ </p>
+ </div>
+ </body>
+</html>