fix: complete copyright notice and add missing closing body and html tags
This commit is contained in:
@@ -92,4 +92,8 @@
|
||||
`).join('');
|
||||
|
||||
// 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>
|
||||
Reference in New Issue
Block a user