added links page

This commit is contained in:
2024-04-07 09:10:11 -07:00
parent 92b1df8423
commit a78aa4aaf8
3 changed files with 211 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ function createPageMenu() {
const links = [
{ text: 'Home', href: '/' },
{ text: 'Projects', href: 'projects.html' },
{ text: 'README', href: 'README.html' }
{ text: 'README', href: 'README.html' },
{ text: 'Links', href: 'links.html' }
];
links.forEach(link => {