This commit is contained in:
mileswa1q22
2024-10-23 13:04:30 +00:00
committed by GitHub
parent 2bf68e01ac
commit 9a37a17717
4 changed files with 16 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

+16 -1
View File
@@ -108,6 +108,21 @@ const mainContentData = [
image: "assets/learn-to-fly-2.jpeg",
link: "games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html",
},
{
name: "vex 5",
image: "assets/vex-5.jpeg",
link: "games/vex5/index.html",
},
{
name: "slope",
image: "assets/slope.jpeg",
link: "games/Slope-Game-main/Slope-Game-main/index.html",
},
{
name: "Stealing_the_Diamond.html",
image: "assets/stealing-the-dimend.jpeg",
link: "games/henreystikman/Stealing_the_Diamond.html",
},
];
mainContentData.forEach(item => {
@@ -119,4 +134,4 @@ mainContentData.forEach(item => {
`;
mainContent.innerHTML += newDiv;
});
});