From 514c6208e2d64da8aa52de3620698a4b43449e61 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 6 Aug 2023 04:00:09 +0400 Subject: [PATCH] Make available space bold. --- web/templates/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.jade b/web/templates/index.jade index b1b1ce9..1c9df09 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -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]