Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 71950fe

Browse files
ok i update now
1 parent fc1bc91 commit 71950fe

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

WebGames-master/WebGames-master/script.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ const mainContentData = [
149149
image: "assets/isik.jpeg",
150150
link: "stuftochanch/isaac.html",
151151
},
152-
{
153-
name: "nes gd",
154-
image: "assets/gd-nes.jpeg",
155-
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/gd.html",
156-
},
157152
{
158153
name: "earthbound",
159154
image: "assets/earthbound.png",
@@ -199,21 +194,6 @@ const mainContentData = [
199194
image: "/WebGames-master/WebGames-master/games2/assets/monkey-mart.png",
200195
link: "/monkey mart/index.html",
201196
},
202-
{
203-
name: "Drill Dozer",
204-
image: "assets/Drill-Dozer.jpeg",
205-
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/DrillDozer(USA).html",
206-
},
207-
{
208-
name: "doom",
209-
image: "assets/doom.jpeg",
210-
link: "/Doom-In-Docker-master/Doom-In-Docker-master/doom/public/index.html",
211-
},
212-
{
213-
name: "paper moaro",
214-
image: "assets/papermoaro.jpeg",
215-
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/papermaro.html",
216-
},
217197
{
218198
name: "FZeroX",
219199
image: "assets/F_ZOERX.jpeg",
@@ -224,11 +204,6 @@ const mainContentData = [
224204
image: "/WebGames-master/WebGames-master/games2/assets/geometry.jpg",
225205
link: "/WebGames-master/WebGames-master/games2/game/geometry-dash-remastered/index.html",
226206
},
227-
{
228-
name: "pacman",
229-
image: "/WebGames-master/WebGames-master/games2/assets/pacman.jpg",
230-
link: "/WebGames-master/WebGames-master/games2/game/pacman/index.html",
231-
},
232207
{
233208
name: "backrooms",
234209
image: "/WebGames-master/WebGames-master/games2/game/backrooms/Backrooms-Games.webp",
@@ -508,11 +483,6 @@ const mainContentData = [
508483
name: "Cut The Rope",
509484
image: "assets/cut-the-rope.jpeg",
510485
link: "games/CutTheRope-master/CutTheRope-master/index.html",
511-
},
512-
{
513-
name: "Stealing The Diamond",
514-
image: "assets/stealing-the-dimend.jpeg",
515-
link: "games/henreystikman/Stealing_the_Diamond.html",
516486
},
517487
{
518488
name: "Worlds Hardest Game",

pass.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<button onclick="goBack()">Back</button>
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>

pass.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ document.addEventListener('DOMContentLoaded', () => {
2121
});
2222
});
2323

24-
function goToHomePage() {
25-
window.location.href = "index.html"; // Replace with the actual homepage URL if different
26-
}
24+
2725
const text = document.querySelector('input.password.visible');
2826
const pass = document.querySelector('input.password.hidden');
2927
const handle = document.querySelector('img.handle');

0 commit comments

Comments
 (0)