mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
added links page
This commit is contained in:
+2
-1
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user