forked from tw31122007/BCHS-Unblocked-Games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
broken-games.html
47 lines (47 loc) · 5.28 KB
/
broken-games.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="cards">
<a href="/games/proxied/roblox.html"><div class="card p roblox" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/roblox.html');localStorage.setItem('app-name', 'Roblox');localStorage.setItem('app-image', '/assets/img/thumbnails/roblox.png')">
<h2 class="black"><i>Roblox</i></h2>
</div></a>
<a href="/games/proxied/android.html"><div class="card p android" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/android.html');localStorage.setItem('app-name', 'Android');localStorage.setItem('app-image', '/assets/img/thumbnails/android.png')">
<h2 class="black"><i>Android OS</i></h2>
</div></a>
<a href="/games/proxied/dragon-city.html"><div class="card p dragon-city" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/dragon-city.html');localStorage.setItem('app-name', 'Dragon City');localStorage.setItem('app-image', '/assets/img/thumbnails/dragon-city.png')">
<h2 class="black"><i>Dragon City</i></h2>
</div></a>
<a href="/games/proxied/among-us.html"><div class="card p among-us" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/among-us.html');localStorage.setItem('app-name', 'Among Us');localStorage.setItem('app-image', '/assets/img/thumbnails/among-us.png')">
<h2 class="black"><i>Among Us (The Real One)</i></h2>
</div></a>
<a href="/games/proxied/pixel-gun-3d.html"><div class="card p pixel-gun-3d" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/pixel-gun-3d.html');localStorage.setItem('app-name', 'Pixel Gun 3D');localStorage.setItem('app-image', '/assets/img/thumbnails/pixel-gun-3d.png')">
<h2 class="black"><i>Pixel Gun 3D</i></h2>
</div></a>
<a href="/games/proxied/pubg-mobile.html"><div class="card p pubg-mobile" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/pubg-mobile.html');localStorage.setItem('app-name', 'PUBG Mobile');localStorage.setItem('app-image', '/assets/img/thumbnails/pubg-mobile.png')">
<h2 class="black"><i>PUBG Mobile</i></h2>
</div></a>
<a href="/games/proxied/my-singing-monsters.html"><div class="card p my-singing-monsters" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/my-singing-monsters.html');localStorage.setItem('app-name', 'My Singing Monsters');localStorage.setItem('app-image', '/assets/img/thumbnails/my-singing-monsters.png')">
<h2 class="black"><i>My Singing Monsters</i></h2>
</div></a>
<a href="/games/proxied/cookie-run.html"><div class="card p cookie-run" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/cookie-run.html');localStorage.setItem('app-name', 'Cookie Run');localStorage.setItem('app-image', '/assets/img/thumbnails/cookie-run.png')">
<h2 class="black"><i>Cookie Run</i></h2>
</div></a>
<a href="/games/proxied/world-box.html"><div class="card p world-box" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/world-box.html');localStorage.setItem('app-name', 'World Box');localStorage.setItem('app-image', '/assets/img/thumbnails/world-box.png')">
<h2 class="black"><i>World Box</i></h2>
</div></a>
<a href="/games/proxied/rocket-league-sideswipe.html"><div class="card p rocket-league-sideswipe" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/rocket-league-sideswipe');localStorage.setItem('app-name', 'Rocket League Sideswipe');localStorage.setItem('app-image', '/assets/img/thumbnails/rocket-league-sideswipe.png')">
<h2 class="black"><i>Rocket League Sideswipe</i></h2>
</div></a>
<a href="/games/proxied/bowmasters.html"><div class="card p bowmasters" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/bowmasters.html');localStorage.setItem('app-name', 'Bowmasters');localStorage.setItem('app-image', '/assets/img/thumbnails/bowmasters.png')">
<h2 class="black"><i>Bowmasters</i></h2>
</div></a>
<a href="/games/proxied/sims-mobile.html"><div class="card p sims-mobile" onclick="setIframeType('games');localStorage.setItem('shownameandimg', 'true');localStorage.setItem('storedURL', '/games/proxied/sims-mobile.html');localStorage.setItem('app-name', 'The Sims Mobile');localStorage.setItem('app-image', '/assets/img/thumbnails/sims-mobile.png')">
<h2 class="black"><i>The Sims Mobile</i></h2>
</div></a>
</div>
</body>
</html>