added game
This commit is contained in:
@@ -468,6 +468,11 @@ const mainContentData = [
|
|||||||
image: "/WebGames-master/WebGames-master/games2/assets/stick-merge.png",
|
image: "/WebGames-master/WebGames-master/games2/assets/stick-merge.png",
|
||||||
link: "/WebGames-master/WebGames-master/games2/game/stick-merge/index.html",
|
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 => {
|
mainContentData.forEach(item => {
|
||||||
|
|||||||
@@ -1,4 +1,17 @@
|
|||||||
<html>
|
<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>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="shortcut icon" type="x-icon" href="/game online.png">
|
<link rel="shortcut icon" type="x-icon" href="/game online.png">
|
||||||
|
|||||||
@@ -68,6 +68,13 @@ const mainContentData = [
|
|||||||
name: " old games",
|
name: " old games",
|
||||||
image: "images1.png",
|
image: "images1.png",
|
||||||
link: "/games.html",
|
link: "/games.html",
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "credits",
|
||||||
|
image: "images1.png",
|
||||||
|
link: "/credits.html",
|
||||||
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
mainContentData.forEach(item => {
|
mainContentData.forEach(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user