From 1821f1d65fd55642279de51e171a2e405886a445 Mon Sep 17 00:00:00 2001 From: pufok Date: Wed, 13 Aug 2025 00:28:52 +0300 Subject: [PATCH] removed stupid dumbass DMCA badge and links updated HTML meta tags --- public/index.html | 6 ++++++ src/components/Footer.js | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 1b32e77..bdee1c0 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,12 @@ + + + + + + diff --git a/src/components/Footer.js b/src/components/Footer.js index e1e948f..3955594 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -7,10 +7,11 @@ function Footer() { return ( ); } -export default Footer; \ No newline at end of file +export default Footer;