Skip to content

Commit ed1dc85

Browse files
committed
stuf
1 parent df4e1bf commit ed1dc85

File tree

6 files changed

+62
-12
lines changed

6 files changed

+62
-12
lines changed

assets/css/footer.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
.content {
22
min-height: calc(100vh - 60px);
33
padding-bottom: 60px;
4+
background-color:black;
45
}
56

67
.footer {
7-
padding: 20px;
8+
padding: 1px;
89
text-align: center;
910
position: fixed;
1011
bottom: 0;
1112
left: 0;
1213
width: 100%;
14+
background-color:black;
1315
}
1416
p{
1517
color:grey;
18+
background-color: black;
1619
}
1720
strong{
1821
color:white;

assets/js/c.js

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
//comments obvi
2+
const subtitles = [
3+
"hi welcome to hell",
4+
"stop reading start playing",
5+
"shuttle.rip/xd",
6+
"made by dach",
7+
"check my git pls -> github.com/d3ch",
8+
"sm1 told me to go to hell",
9+
"stop touching me please",
10+
"over 260+ games and your reading a subtitle rn",
11+
"chinese song goes hard",
12+
"check my youtube -> youtube.com/dachxd",
13+
"i did not spend time doing this. you did",
14+
"enjoy ur stay thx",
15+
"love the site? go to github.com/d3ch/hell and star it thx",
16+
"someone out there cares for you. ",
17+
"hell (the game site) is cool",
18+
"play then work",
19+
"imagination is important smt smt - einstin",
20+
"chat is this real???",
21+
"chat this has over 260+ games",
22+
"this is randomized everytime you load it",
23+
"fffffffffffffffffffffffffffffffffffffffffffffffffffffff",
24+
"no im not adding roblox.",
25+
];
26+
27+
function xd() {
28+
const subtitleElement = document.getElementById("subtitle");
29+
const randomIndex = Math.floor(Math.random() * subtitles.length);
30+
const randomSubtitle = subtitles[randomIndex];
31+
subtitleElement.textContent = randomSubtitle;
32+
}
33+
34+
xd();
35+
setInterval(updateSubtitle, 10);

assets/js/gc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const gameData = [
2727
{ id: 0, title: "Basketball Stars", link: "/games/basketball-stars/" },
2828
{ id: 0, title: "Basketball Legends 2020", link: "/games/bbl/" },
2929

30-
{ id: 0, title: "Basketbros IO", link: "/games/bascketbros-io/" },
30+
{ id: 0, title: "Basketbros IO", link: "/games/basketbros-io/" },
3131
{ id: 0, title: "Baldis Basics", link: "/games/baldis-basics/" },
3232

3333
{ id: 0, title: "Burger and Frights", link: "/games/burger-and-frights/" },
@@ -163,6 +163,8 @@ const gameData = [
163163

164164
{ id: 0, title: "Particle Clicker", link: "/games/particleclicker/" },
165165
{ id: 0, title: "Picohot", link: "/games/picohot/" },
166+
{ id: 1, title: "Pizza Tower is located in Apps.", link: "/games/picohot/" },
167+
166168
{ id: 0, title: "Pixel Gun Survival", link: "/games/pixel-gun-survival/" },
167169
{ id: 0, title: "Push The Square", link: "/games/push-the-square/" },
168170
{ id: 0, title: "Pixel Gun Apocalypse 2", link: "/games/pixelgun/" },

index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@
2323
<br>
2424
<div id="space"></div>
2525
<div id="content-container">
26+
2627
<h3>Hell | v3</h3>
27-
<button onclick="Func()" class="block" type="button">Suggest</button>
28+
<button onclick="abt()" class="block" type="button">Suggest</button>
29+
<p id = "subtitle"></p>
30+
2831
<br>
2932
<br>
3033
<br>
31-
<div id="subtitle">Sorry for delays!</div>
3234

3335
</div>
36+
3437
</center>
3538
<nav class="navbar">
3639
<div class="container">
@@ -52,14 +55,15 @@ <h1 id = "white" class="logo"><a href="/index">v3</a></h1>
5255
<a href="index.html" title="website view counter"><img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=e3wfecyfabwnnfmyfx93ym25x9gx1xmn" border="0" title="website view counter" alt="website view counter"></a>
5356
</div>
5457
<script>
55-
function Func() {
58+
function abt() {
5659
var win = window.open(); var f = win.document.createElement("iframe"); window.focus(); var url = "https://forms.gle/uE357bpzg3AnWL1W6"; if (!url) return; f.style.width = "100%"; f.style.height = "100%"; win.document.body.appendChild(f); f.src=url; win.document.body.style.margin = '0'; f.style.border = 'none'; f.style.margin = '0'; win.document.body.style.height = '100vh'
5760
}
5861
</script>
5962
</center>
6063
<script src="/assets/js/cloaker.js"></script> <!-- hides the tab -->
6164
<script src="/assets/js/subt.js"></script>
6265
<script src="/assets/js/s.js"></script><!--Randomly generate stars-->
66+
<script src = "/assets/js/c.js"></script>
6367
</body>
6468
</html>
6569

r/a.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<html>
22
<link id = "themeLink" rel="stylesheet" href = "/assets/css/default-theme.css">
3+
<link rel="stylesheet" href = "/assets/css/footer.css">
4+
35

46
<title>v3</title>
57
<body>
6-
<style>
7-
body{
8-
background-color:black;
9-
}
10-
</style>
8+
<div id="space"></div>
9+
1110
<nav class="navbar">
1211
<div class="container">
1312
<h1 id = "white" class="logo"><a href="/index.html">v3</a></h1>
@@ -23,13 +22,15 @@ <h1 id = "white" class="logo"><a href="/index.html">v3</a></h1>
2322
<center>
2423
<iframe id="main" style="width: 100%; height: 100%" frameborder="0" src="/static/a.html"></iframe>
2524
<div class="footer">
25+
<style>background-color{
26+
color:black;}</style>
2627
<p>&copy; Hell v3 </p><a href="https://github.com/d3ch" target ="_blank">Github
2728
<a href="/index.html" title="website view counter"><img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=e3wfecyfabwnnfmyfx93ym25x9gx1xmn" border="0" title="website view counter" alt="website view counter"></a>
2829
</div>
2930
</center>
3031
</body>
31-
<div id="space"></div>
3232
<script src="/assets/js/s.js"></script>
3333
</center>
34+
3435
</body>
3536
</html>

static/a.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ <h1 onclick="launchURL('discord.com/login')">Discord</h1>
2121
<h1 onclick="launchURL('Youtube.com')">Youtube</h1>
2222
<h1 onclick="launchURL('reddit.com')">Reddit</h1>
2323
<h1 onclick="launchURL('twitch.tv')">Twitch</h1>
24-
<h1 onclick="launchURL('beta.character.ai/')">Character AI.</h1>
24+
<h1 onclick="launchURL('janitorai.com')">Character AI Alternative</h1>
2525
<h1 onclick="launchURL('spotify.com')">Spotify</h1>
26+
27+
<h1 onclick="launchURL('startpage.com')">Start Page</h1>
2628

2729
<h1 onclick="launchURL('shuttletv.net/')">Shuttle TV</h1>
2830
<h1 onclick="launchURL('tiktok.com')">Tiktok</h1>
2931
<h1 onclick="launchURL('twitter.com')">Twitter</h1>
3032
<h1 onclick="launchURL('crazygames.com')">Crazy Games</h1>
3133
<h1 onclick="launchURL('web.libretro.com/')">Retroarch</h1>
34+
<h1 onclick="launchURL('kdata1.com/2021/03/3527391/2.1/')">Pizza Tower</h1>
3235

3336

3437

@@ -58,6 +61,8 @@ <h1 onclick="launchURL('evoworld.io/')">Fly Or Die.io</h1>
5861
<h1 onclick="launchURL('cowordle.org')">Co Wordle</h1>
5962
<h1 onclick="launchURL('play.geforcenow.com')">Geforce Now</h1>
6063
<h1 onclick="launchURL('xbox.com/en-US/cloud-gaming')">XBOX Cloud Gaming</h1>
64+
<h1 onclick="launchURL('taming.io/')">Taming.IO</h1>
65+
6166

6267
</center>
6368
<!--Makes the search bar hidden because launch URl loads it on the searchbar.-->

0 commit comments

Comments
 (0)