This commit is contained in:
2024-04-07 08:16:02 -07:00
parent b419ffbe68
commit 92b1df8423
+2 -1
View File
@@ -6,7 +6,8 @@ function createPageMenu() {
const ul = document.createElement('ul');
const links = [
{ text: 'Home', href: 'index.html' },
{ text: 'Home', href: '/' },
{ text: 'Projects', href: 'projects.html' },
{ text: 'README', href: 'README.html' }
];