fix: complete copyright notice and add missing closing body and html tags

This commit is contained in:
2026-07-18 01:00:00 +08:00
parent febc644533
commit 0808bbdd5f

View File

@@ -92,4 +92,8 @@
`).join(''); `).join('');
// Render Copyright // Render Copyright
document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`;
});
</script>
</body>
</html>