Added .center class to delete section.
This commit is contained in:
parent
3a106371fe
commit
8d007faaf5
@ -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 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 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.
|
p.center filename.ext is mandatory. It is a name the file will be retrieved with.
|
||||||
section
|
section.center
|
||||||
h2 Delete
|
h2 Delete
|
||||||
form(action="/delete" method="POST")
|
form(action="/delete" method="POST")
|
||||||
input(type="text", name="hash" placeholder="File hash goes here" minlength="43" maxlength="43" size="43" required="")
|
input(type="text", name="hash" placeholder="File hash goes here" minlength="43" maxlength="43" size="43" required="")
|
||||||
|
Loading…
Reference in New Issue
Block a user