diff options
| -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. |
