beatify the page

This commit is contained in:
bob.rao
2023-04-21 22:22:05 +08:00
parent 0dc063bbae
commit 43f616b011
3 changed files with 58 additions and 35 deletions

View File

@@ -12,4 +12,7 @@ document.getElementById('remove-checkboxes').addEventListener('click', () => {
// Update copyright year
const currentYear = new Date().getFullYear();
document.getElementById('copyright').innerHTML = '© ' + currentYear + ' @qcrao';
document.getElementById('copyright').innerHTML =
'&copy; ' + currentYear + ' <a href="https://github.com/qcrao" target="_blank">@qcrao</a>';