ok i update now
This commit is contained in:
@@ -149,11 +149,6 @@ const mainContentData = [
|
|||||||
image: "assets/isik.jpeg",
|
image: "assets/isik.jpeg",
|
||||||
link: "stuftochanch/isaac.html",
|
link: "stuftochanch/isaac.html",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "nes gd",
|
|
||||||
image: "assets/gd-nes.jpeg",
|
|
||||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/gd.html",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "earthbound",
|
name: "earthbound",
|
||||||
image: "assets/earthbound.png",
|
image: "assets/earthbound.png",
|
||||||
@@ -199,21 +194,6 @@ const mainContentData = [
|
|||||||
image: "/WebGames-master/WebGames-master/games2/assets/monkey-mart.png",
|
image: "/WebGames-master/WebGames-master/games2/assets/monkey-mart.png",
|
||||||
link: "/monkey mart/index.html",
|
link: "/monkey mart/index.html",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Drill Dozer",
|
|
||||||
image: "assets/Drill-Dozer.jpeg",
|
|
||||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/DrillDozer(USA).html",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "doom",
|
|
||||||
image: "assets/doom.jpeg",
|
|
||||||
link: "/Doom-In-Docker-master/Doom-In-Docker-master/doom/public/index.html",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "paper moaro",
|
|
||||||
image: "assets/papermoaro.jpeg",
|
|
||||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/papermaro.html",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FZeroX",
|
name: "FZeroX",
|
||||||
image: "assets/F_ZOERX.jpeg",
|
image: "assets/F_ZOERX.jpeg",
|
||||||
@@ -224,11 +204,6 @@ const mainContentData = [
|
|||||||
image: "/WebGames-master/WebGames-master/games2/assets/geometry.jpg",
|
image: "/WebGames-master/WebGames-master/games2/assets/geometry.jpg",
|
||||||
link: "/WebGames-master/WebGames-master/games2/game/geometry-dash-remastered/index.html",
|
link: "/WebGames-master/WebGames-master/games2/game/geometry-dash-remastered/index.html",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "pacman",
|
|
||||||
image: "/WebGames-master/WebGames-master/games2/assets/pacman.jpg",
|
|
||||||
link: "/WebGames-master/WebGames-master/games2/game/pacman/index.html",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "backrooms",
|
name: "backrooms",
|
||||||
image: "/WebGames-master/WebGames-master/games2/game/backrooms/Backrooms-Games.webp",
|
image: "/WebGames-master/WebGames-master/games2/game/backrooms/Backrooms-Games.webp",
|
||||||
@@ -508,11 +483,6 @@ const mainContentData = [
|
|||||||
name: "Cut The Rope",
|
name: "Cut The Rope",
|
||||||
image: "assets/cut-the-rope.jpeg",
|
image: "assets/cut-the-rope.jpeg",
|
||||||
link: "games/CutTheRope-master/CutTheRope-master/index.html",
|
link: "games/CutTheRope-master/CutTheRope-master/index.html",
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Stealing The Diamond",
|
|
||||||
image: "assets/stealing-the-dimend.jpeg",
|
|
||||||
link: "games/henreystikman/Stealing_the_Diamond.html",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Worlds Hardest Game",
|
name: "Worlds Hardest Game",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<button onclick="goBack()">Back</button>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -21,9 +21,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function goToHomePage() {
|
|
||||||
window.location.href = "index.html"; // Replace with the actual homepage URL if different
|
|
||||||
}
|
|
||||||
const text = document.querySelector('input.password.visible');
|
const text = document.querySelector('input.password.visible');
|
||||||
const pass = document.querySelector('input.password.hidden');
|
const pass = document.querySelector('input.password.hidden');
|
||||||
const handle = document.querySelector('img.handle');
|
const handle = document.querySelector('img.handle');
|
||||||
|
|||||||
Reference in New Issue
Block a user