From ce14336ad221bfb39a851f9d46cf625e19fa365d Mon Sep 17 00:00:00 2001 From: archit Date: Mon, 10 Nov 2025 18:40:42 +0530 Subject: [PATCH] feat: add brainrot on upload page --- src/index.html | 137 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 108 insertions(+), 29 deletions(-) diff --git a/src/index.html b/src/index.html index d7c6c89..61dd842 100644 --- a/src/index.html +++ b/src/index.html @@ -1,31 +1,110 @@ - - - {{TITLE}} - - -

{{TITLE}}

-

- Use curl to upload: -
- - curl -F file=@"[file]" {{USER_URL}} - -
-
- If key is enabled then a field "key" will be required. -
- Make sure the key is the first field in the multipart before any files. -
- - curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} - -

-
- {{KEY_FIELD}} - -
- -
-
+ + + + + {{TITLE}} + + + + +

{{TITLE}}

+ +

+ You can upload files directly or use curl: +

+ + + curl -F file=@"[file]" {{USER_URL}} + + +

+ If key authentication is enabled, include a "key" field before the file(s): +

+ + + curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} + + +
+ {{KEY_FIELD}} + +
+ +
+ +
+ + + + +