diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 15:29:23 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 15:29:23 +0100 |
| commit | 9f964c75e2b53ac9f8acaf810faa59b0c76270d2 (patch) | |
| tree | b346b6ed3f6ebd4ebdfc12f1caa3e1c3f3f587c6 /templates | |
| parent | ea7aef4d9e79bf35d6968f2d370f6f67271d3e73 (diff) | |
| download | box-9f964c75e2b53ac9f8acaf810faa59b0c76270d2.tar.gz | |
Add box ascii art
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 1f2585b..3291d8e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,7 +43,14 @@ </script> </head> <body> - <pre>Server for uploading files. + <pre> + _ +| |__ _____ __ +| '_ \ / _ \ \/ / +| |_) | (_) > < +|_.__/ \___/_/\_\ + +Server for uploading files. Use the form here or send a POST request to /upload with the content of the file in the body. If a token has been set on the server, pass the token in the request via a X-Token header. |
