summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-03-23 04:25:46 +0500
committerilotterytea <iltsu@alright.party>2025-03-23 04:25:46 +0500
commit83db2ca649ee7d4068b070a032800037caf2e116 (patch)
tree23c27c3c580ee70f9afff74d498899be055900e3 /public/index.php
parentedfdd86ceb66211edb17f1a57930887beab01f32 (diff)
feat: footer
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 4a1267c..7d07c5b 100644
--- a/public/index.php
+++ b/public/index.php
@@ -42,6 +42,8 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php';
<div class="content grid grid-3 gap-8" id="uploaded-files">
</div>
</section>
+
+ <?php html_footer() ?>
</main>
</body>