1
0
Fork 0

Make available space bold.

This commit is contained in:
Alexander Andreev 2023-08-06 04:00:09 +04:00
parent 88b989bfbb
commit 514c6208e2
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ block body
form(action="/" method="POST" enctype="multipart/form-data")
input(type="file" name="file" multiple=false)
button(type="submit") Upload
p.center #{storageAvailableStr} left.
p.center #[b #{storageAvailableStr}] left.
section
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]