diff --git a/internal/handlers/web/templates/index.jade b/internal/handlers/web/templates/index.jade index c56a4b2..5798946 100644 --- a/internal/handlers/web/templates/index.jade +++ b/internal/handlers/web/templates/index.jade @@ -20,7 +20,7 @@ block body input(type="file" name="file" multiple=false) button(type="submit") Upload section - p.center You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.top]. + p.center You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.top] p.center Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p] p.center A resulted link looks like this: #[code /f/base64rawURL(sha256)/filename.ext]. p.center filename.ext is mandatory. It is a name the file will be retrieved with.