blck

ephemeral pastebin/url shortener
git clone https://git.parazyd.org/blck
Log | Files | Refs | README | LICENSE

commit debbc6c89949bc86ae498af4c8a0e4cb688e5be8
parent b4cd3d91e1c7530bda0cd961edd91f1997b67400
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  9 Feb 2021 11:36:03 +0100

Explain ephemeral on page.

Diffstat:
Mtemplates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.html b/templates/index.html @@ -75,7 +75,7 @@ <div class="container"> <div class="jumbotron"> <h1>blck</h1> - <p class="lead">Upload an ephemeral file</p> + <p class="lead">Upload an <abbr title="It gets deleted when viewed"><u>ephemeral</u></abbr> file</p> <div class="form"> <form method="post" action="{{ r }}" enctype="multipart/form-data"> <input type="file" id="upload-input" name="c" class="btn" ="Select file">