From 7b50348c8c0366f0ae83ffcf9a0caea9c2b0498a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 23 Jun 2025 19:34:35 +0500 Subject: feat: favorite button --- public/index.php | 57 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 9 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 73b4d18..ea4bde7 100644 --- a/public/index.php +++ b/public/index.php @@ -196,6 +196,12 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt');
+
+

+

+

+

+

@@ -304,7 +310,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt');

Form Upload

-
@@ -438,6 +457,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); const fileTabButtons = document.getElementById('file-tab-buttons'); fileTabButtons.innerHTML += ``; + @@ -455,6 +475,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); + + + -- cgit v1.2.3