diff --git a/web/templates/index.jade b/web/templates/index.jade index 22db11e..294045c 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -30,7 +30,7 @@ block body 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. - section + section.center h2 Delete form(action="/delete" method="POST") input(type="text", name="hash" placeholder="File hash goes here" minlength="43" maxlength="43" size="43" required="")