summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2024-07-28 01:33:36 +0530
committerBlaster4385 <[email protected]>2024-07-28 01:33:36 +0530
commit430b0cdae966e3f4ce055a70c351bbc739d87dec (patch)
tree9e3b5f146364fa5461b72a382328b0913832fd98 /client/index.html
parentd9e1d525a5c0f975ee71eddb457c40e687991064 (diff)
feat: show information aboout uploaded files
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 8c433ab..012fae6 100644
--- a/client/index.html
+++ b/client/index.html
@@ -16,7 +16,7 @@
<div class="upload__container">
<div class="upload__input__overlay">
<p class="upload__input__overlay__text">
- Choose a file or drag it here
+ Choose a file or drag it here<br><span class="upload__info">(It will be deleted after 24 hours.)</span>
</p>
</div>
<input type="file" class="upload__input" name="file" />