diff --git a/web/templates/index.jade b/web/templates/index.jade index ddf56a7..23c87af 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -25,7 +25,7 @@ block body section.center p You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.su] p Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p] - p A resulted link looks like this: #[code /f/base64rawURL(salted SHA-256)/filename.ext]. + p A resulted link looks like this: #[code /base64rawURL(salted SHA-256)/filename.ext]. section.center h2 Delete form(action="/delete" method="POST")