added game

This commit is contained in:
2025-01-09 16:51:09 +00:00
committed by GitHub
parent 926a356806
commit 3f91bdb5aa
3 changed files with 25 additions and 0 deletions
@@ -468,6 +468,11 @@ const mainContentData = [
image: "/WebGames-master/WebGames-master/games2/assets/stick-merge.png",
link: "/WebGames-master/WebGames-master/games2/game/stick-merge/index.html",
},
{
name: "cubefield",
image: "/WebGames-master/WebGames-master/games2/assets/cubefield.jpg",
link: "/WebGames-master/WebGames-master/games2/game/cubefield/index.html",
},
];
mainContentData.forEach(item => {
+13
View File
@@ -1,4 +1,17 @@
<html>
<body>
<SCRIPT language="JavaScript">
var password;
var pass1="credits";
password=prompt('Enter Password it is the name of the pag',' ');
if (password==pass1)
alert('Correct Password! Click OK to Enter!');
else { window.location="https://fun-miles-4jub.onrender.com/";
}
</SCRIPT>
</body>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="x-icon" href="/game online.png">
+7
View File
@@ -68,6 +68,13 @@ const mainContentData = [
name: " old games",
image: "images1.png",
link: "/games.html",
},
{
name: "credits",
image: "images1.png",
link: "/credits.html",
},
];
mainContentData.forEach(item => {