This commit is contained in:
Robert
2025-02-03 04:17:01 +00:00
parent e800089441
commit 3077d34ea9
5 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -241,9 +241,19 @@ const mainContentData = [
},
{
name: "Stacktris",
image: "/image-robert-added/maxresdefault (1).jpg",
image: "/image-robert-added/Stack.jpg",
link: "/stacktris-main/stacktris-main/index.html",
},
{
name: "Dino Game",
image: "/image-robert-added/Dino.jpeg",
link: "/dino.html",
},
{
name: "Sky Rush",
image: "/image-robert-added/Dino.jpeg",
link: "games/Skyrush.html",
},
];
mainContentData.forEach(item => {
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

+1 -1
View File
@@ -10,7 +10,7 @@
<a href="index.html">home</a>
<a href="/games/Minecraft Updated.html">mincraft</a>
<a href="dino.html">dino</a>
<a href="/games/project (1).html">sky rush</a>
<a href="/games/Skyrush.html">sky rush</a>
<a href="/games/project (6).html">super mario bros.u</a>
<a href="/games/project (7).html">super mario cart originl</a>
<a href="/games/project (8).html">super mario for scartch 4</a>