ok i update now

This commit is contained in:
Robert
2025-02-26 07:52:48 -06:00
committed by GitHub
parent fc1bc91604
commit 71950feee7
3 changed files with 2 additions and 33 deletions
-30
View File
@@ -149,11 +149,6 @@ const mainContentData = [
image: "assets/isik.jpeg",
link: "stuftochanch/isaac.html",
},
{
name: "nes gd",
image: "assets/gd-nes.jpeg",
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/gd.html",
},
{
name: "earthbound",
image: "assets/earthbound.png",
@@ -199,21 +194,6 @@ const mainContentData = [
image: "/WebGames-master/WebGames-master/games2/assets/monkey-mart.png",
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",
image: "assets/F_ZOERX.jpeg",
@@ -224,11 +204,6 @@ const mainContentData = [
image: "/WebGames-master/WebGames-master/games2/assets/geometry.jpg",
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",
image: "/WebGames-master/WebGames-master/games2/game/backrooms/Backrooms-Games.webp",
@@ -508,11 +483,6 @@ const mainContentData = [
name: "Cut The Rope",
image: "assets/cut-the-rope.jpeg",
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",
+1
View File
@@ -1,3 +1,4 @@
<button onclick="goBack()">Back</button>
<!DOCTYPE html>
<html lang="en">
<head>
+1 -3
View File
@@ -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 pass = document.querySelector('input.password.hidden');
const handle = document.querySelector('img.handle');