Skip to content

Commit b8c42c0

Browse files
committed
a
not a lot of stuff. just minor changes + fixes
1 parent 590e9b4 commit b8c42c0

File tree

7 files changed

+18
-28
lines changed

7 files changed

+18
-28
lines changed

404.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>
8282
</h2>
8383
<h2>
8484
This page doesn't exist. If you believe you shouldn't have gotten this
85-
error, contact us, or go back to the main page below.
85+
error, tell me in recommendation. Or, go back to the main page below.
8686
</h2>
8787
<center>
8888
<u>
@@ -129,7 +129,7 @@ <h2>
129129
document.getElementById("online").innerHTML = navigator.onLine;
130130
</script>
131131
<br />
132-
<a href="/index.html">Home Page</a>
132+
<a id = "white" href="/index.html">Home Page</a>
133133
<a href="https://forms.gle/uE357bpzg3AnWL1W6" target ="_blank">
134134
<button class="block"><b>Suggest here.</b></button>
135135
</a>

Games/external/b6.html

-7
This file was deleted.

Games/external/subzero.html

-6
This file was deleted.

Games/flash/swf/gm2.swf

8.47 MB
Binary file not shown.

assets/js/c.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
//comments obvi
22
const subtitles = [
3-
"hi welcome to hell",
3+
"welcome to hell",
44
"stop reading start playing",
55
"shuttle.rip/xd",
66
"made by dach",
7-
"check my git pls -> github.com/d3ch",
8-
"sm1 told me to go to hell",
7+
"github.com/d3ch",
8+
"thx for visiting!",
99
"stop touching me please",
1010
"over 260+ games and your reading a subtitle rn",
1111
"chinese song goes hard",
12-
"check my youtube -> youtube.com/dachxd",
12+
"youtube.com/dachxd",
1313
"i did not spend time doing this. you did",
1414
"enjoy ur stay thx",
15-
"love the site? go to github.com/d3ch/hell and star it thx",
15+
"github.com/d3ch/hell star it pls tysm",
1616
"someone out there cares for you. ",
1717
"hell (the game site) is cool",
1818
"play then work",
1919
"imagination is important smt smt - einstin",
2020
"chat is this real???",
21-
"chat this has over 260+ games",
22-
"this is randomized everytime you load it",
23-
"hell hits dif",
21+
"over 260+ games.",
22+
"this is randomized",
23+
"this hits dif",
2424
"no im not adding roblox.",
2525
"did you pray today?",
2626
];

assets/js/gc.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const gameData = [
22
{ id: 0, title: "Recommendation", link: "/" },
33
{ id: 1, title: "Made a recommendation? Check both apps and games.", link: "/games/2048/" },
4-
{ id: 1, title: "Mike Tyson Punch out & Monkey Mart is already added.", link: "/games/2048/" },
4+
{ id: 1, title: "Gun Mayhem 2 & Monkey Mart is already added.", link: "/games/2048/" },
55

66
{ id: 0, title: "1v1 lol", link: "/games/1v1lol" },
77
{ id: 2, title: "1", link: "/games/1" },
@@ -38,7 +38,7 @@ const gameData = [
3838
{ id: 0, title: "Backrooms 2d", link: "/games/backrooms2d/backrooms2d" },
3939
{ id: 0, title: "Bloons TD 1", link: "/games/bloonstd1/" },
4040
{ id: 0, title: "Bloons TD 2", link: "/games/bloonstd2" },
41-
{ id: 0, title: "Bloons TD 6", link: "/games/external/b6" },
41+
{ id: 0, title: "Bloons TD 6", link: "https://scratch.mit.edu/projects/575112909/embed" },
4242
{ id: 0, title: "Bloxors", link: "/games/bloxors/" },
4343
{ id: 0, title: "Burrito Bison Launcha Libre", link: "/games/bb/" },
4444

@@ -106,11 +106,11 @@ const gameData = [
106106
{ id: 0, title: "Henry Stickmin | Fleeing the Complex", link: "/games/henrystickmin/fleeingthecomp" },
107107
{ id: 0, title: "Gimme The Airpod", link: "/games/gimme-the-airpod/" },
108108
{ id: 0, title: "Geometry Dash Classic", link: "https://scratch.mit.edu/projects/105500895/embed" },
109-
{ id: 0, title: "Geometry Dash Subzero", link: "/games/external/subzero" },
109+
{ id: 0, title: "Geometry Dash Subzero", link: "https://scratch.mit.edu/projects/216343253/embed" },
110110
{ id: 0, title: "Gun Spin", link: "/games/gunspinn/" },
111111
{ id: 0, title: "Gun Master", link: "/games/gun-master/" },
112112
{ id: 0, title: "Gun Mayhem 1", link: "/games/gunmayhem1/" },
113-
{ id: 0, title: "Gun Mayhem 2", link: "/games/gunmayhem2/" },
113+
{ id: 0, title: "Gun Mayhem 2", link: "/games/flash/?swf=gm2.swf" },
114114
{ id: 0, title: "Gun Night", link: "/games/gun-night/html/35224996/" },
115115
{ id: 0, title: "HackerType", link: "/games/hackertype/" },
116116
{ id: 0, title: "Hex GL", link: "/games/hexgl/" },
@@ -206,6 +206,7 @@ const gameData = [
206206
{ id: 0, title: "Soccer Random", link: "/games/sr/" },
207207

208208
{ id: 0, title: "Super Auto Pets", link: "/games/supauto/" },
209+
{ id: 0, title: "Super Punch Out", link: "/games/external/mario/spo" },
209210

210211
{ id: 0, title: "Stickman Hook", link: "/games/stickman-hook/" },
211212
{ id: 0, title: "Stick Merge", link: "/games/stick-merge/" },

static/a.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1 onclick="launchURL('reddit.com')">Reddit</h1>
2323
<h1 onclick="launchURL('twitch.tv')">Twitch</h1>
2424
<h1 onclick="launchURL('janitorai.com')">Character AI Alternative</h1>
2525
<h1 onclick="launchURL('spotify.com')">Spotify</h1>
26+
<h1 onclick="launchURL('sandboxels.r74n.com/')">Sandboxels</h1>
2627

2728
<h1 onclick="launchURL('startpage.com')">Start Page</h1>
2829

@@ -51,9 +52,10 @@ <h1 onclick = "launchURL('https://nowgg.nl/play/proxima-beta/2609/pubg-mobile-re
5152
<br>-->
5253
<br>
5354
<br>
54-
55+
<!--shd i talk to my crush?-->
5556
<h1 onclick="launchURL('mathdrills.life/')">Shell Shockers</h1>
5657
<h1 onclick="launchURL('stumbleguys.com/play')">Stumble Guys</h1>
58+
<h1 onclick="launchURL('frivwtf.com/games/buildnow-gg/index.html')">Build Now GG</h1>
5759
<h1 onclick="launchURL('pmotschmann.github.io/Evolve/')">Evolve Incremental</h1>
5860
<h1 onclick="launchURL('pokebox.net/')">Pokebox</h1>
5961
<h1 onclick="launchURL('sandspiel.club/')">Sandspiel</h1>

0 commit comments

Comments
 (0)