diff --git a/index.html b/index.html
index 10284ef..4eeb3f2 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
Home - ION606.com
-
+
@@ -28,6 +28,7 @@
Welcome to my Personal Website!
My (user)name's ION606, feel free to looks at my stuffs
+
diff --git a/links.html b/links.html
new file mode 100644
index 0000000..1f36445
--- /dev/null
+++ b/links.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+ Ripple Effect Background
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageMenu.js b/pageMenu.js
index 6df3397..490eb62 100644
--- a/pageMenu.js
+++ b/pageMenu.js
@@ -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 => {