From 0808bbdd5fadf1da4270e02d6ce1060c55e099ec Mon Sep 17 00:00:00 2001 From: nudoragon Date: Sat, 18 Jul 2026 01:00:00 +0800 Subject: [PATCH] fix: complete copyright notice and add missing closing body and html tags --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 55849eb..c2ec76f 100644 --- a/index.html +++ b/index.html @@ -92,4 +92,8 @@ `).join(''); // Render Copyright - document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All \ No newline at end of file + document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`; + }); + + + \ No newline at end of file