summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-29 04:09:09 +0500
committerilotterytea <iltsu@alright.party>2025-05-29 04:09:09 +0500
commitd2b23ec0e689ae9d49d21a9299c6010933fedf37 (patch)
tree304f7db0a8399089cf2fde84a77aa8b9ae905b70
parent3b3abd09de817b33b3ff574a1ea7d25a2cf5de20 (diff)
feat: 'what is ...' block
-rw-r--r--public/index.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 2ae3eff..cea582f 100644
--- a/public/index.php
+++ b/public/index.php
@@ -15,6 +15,27 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php';
<noscript>No JavaScript Mode</noscript>
<?php html_big_navbar() ?>
+ <section class="box">
+ <div class="tab">
+ <p>What is <?= INSTANCE_NAME ?>?</p>
+ </div>
+ <div class="content">
+ <p>
+ <?= INSTANCE_NAME ?> is a simple, free and anonymous file sharing site.
+ We do not store anything other than the files you upload.
+ They are stored publicly until the heat death of the universe, so please encrypt confidential files
+ or don't upload them at all.
+ Users do not need an account to start uploading.
+ <br><br>
+ Click the button below and share the files with your friends today!
+ <br>
+ But, read <a href="/tos.php">TOS</a> and <a href="/privacy.php">Privacy Policy</a> before
+ interacting with the
+ website.
+ </p>
+ </div>
+ </section>
+
<section class="box column">
<div class="tab">
<p>File Upload</p>