forked from NovaAppsInc/fracital-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
g.html
155 lines (152 loc) · 7.46 KB
/
g.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Games</title>
<link rel="stylesheet" href="./styles/g.css">
</head>
<body>
<div id="particles-js"></div>
<div class="tabar">
<div class="searchCONT">
<input type="search" name="url" id="gamesSEARCH" autocomplete="off" class="gamesSEARCH"
placeholder="Search a game or category">
<svg onclick="alert('Current Categories:\n HTML \n Flash \n Emulated')" xmlns="http://www.w3.org/2000/svg"
class="icon help icon-tabler icon-tabler-question-mark" viewBox="0 0 24 24" stroke="#ff7ffd" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" />
<line x1="12" y1="19" x2="12" y2="19.01" />
</svg>
</div>
</div>
<div class="spacerG"></div>
<div class="results hardhide"></div>
<div class="games" id="games">
<div style="display: flex;width: 100%;flex-wrap: wrap;justify-content: center;align-content: center;">
<a class="game" href="./g/retro-bowl/index.html">
<img src="./game-imgs/retro-bowl.jpg" class="thumbnail">
<h3 class="title gmsTITLE">Retro Bowl</h3>
</a>
<a class="game" href="./g/clumsy-bird/index.html">
<img src="./game-imgs/clumsy.png" class="thumbnail">
<h3 class="title">Clumsy Bird</h3>
</a>
<a class="game" href="./g/2048/index.html">
<img src="./game-imgs/2048.png" class="thumbnail">
<h3 class="title">2048</h3>
</a>
<a class="game" href="./g/hextris/index.html">
<img src="./game-imgs/hextris.png" class="thumbnail">
<h3 class="title">Hextris</h3>
</a>
<a class="game" href="./g/tower-building/index.html">
<img src="./game-imgs/tower.gif" class="thumbnail">
<h3 class="title">Tower Building</h3>
</a>
<a class="game" href="/g/slope/index.html"">
<img src="./game-imgs/slope.jpg" class="thumbnail">
<h3 class="title">Slope</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=bullet_bill_26.swf">
<img src="./game-imgs/bulletbill.png" class="thumbnail">
<h3 class="title">Bullet Bill</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=Bullet Bill 2.swf">
<img src="./game-imgs/bulletbill2.png" class="thumbnail">
<h3 class="title">Bullet Bill 2</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=portal2d.swf">
<img src="./game-imgs/portal.png" class="thumbnail">
<h3 class="title">Portal 2D</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=zombocalypse.swf">
<img src="./game-imgs/zomb.png" class="thumbnail">
<h3 class="title">Zombocalypse</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=alien.swf">
<img src="./game-imgs/AlienHominid.png" class="thumbnail">
<h3 class="title">Alien Hominid</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=achievement-unlocked.swf">
<img src="./game-imgs/achievement.png" class="thumbnail">
<h3 class="title">Achievement+</h3>
</a>
<a class="game" href="/g/basketball-stars/index.html">
<img src="./game-imgs/bbstars.png" class="thumbnail">
<h3 class="title">Basketball Stars</h3>
</a>
<a class="game" href="/g/cookie/index.html">
<img src="./game-imgs/cookie.png" class="thumbnail">
<h3 class="title">Cookie Clicker</h3>
</a>
<a class="game" href="/g/moto/index.html">
<img src="./game-imgs/moto.png" class="thumbnail">
<h3 class="title">Moto X3M</h3>
</a>
<a class="game" href="/g/vex4/index.html">
<img src="./game-imgs/vex4.png" class="thumbnail">
<h3 class="title">Vex 4</h3>
</a>
<a class="game" href="/g/vex5/index.html">
<img src="./game-imgs/vex5.png" class="thumbnail">
<h3 class="title">Vex 5</h3>
</a>
<a class="game" href="/g/rooftop-snipers/index.html">
<img src="./game-imgs/snipers.png" class="thumbnail">
<h3 class="title">Rooftop Snipers</h3>
</a>
<a class="game" href="/g/getaway-shootout/index.html">
<img src="./game-imgs/shootout.png" class="thumbnail">
<h3 class="title">Getaway Shootout</h3>
</a>
<a class="game" href="/g/a-dark-room/index.html">
<img src="./game-imgs/dark.png" class="thumbnail">
<h3 class="title">A Dark Room</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=age-of-war.swf">
<img src="./game-imgs/war.png" class="thumbnail">
<h3 class="title">Age of War</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=isaac.swf">
<img src="./game-imgs/isaac.png" class="thumbnail">
<h3 class="title">Binding Of Isaac</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=quiz2.swf">
<img src="./game-imgs/quiz2.png" class="thumbnail">
<h3 class="title">Impossible Quiz 2</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=tycoon.swf">
<img src="./game-imgs/tycoon.png" class="thumbnail">
<h3 class="title">Real Estate Tycoon</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=warfare1944.swf">
<img src="./game-imgs/warfare1944.png" class="thumbnail">
<h3 class="title">Warfare 1944</h3>
</a>
<a class="game" href="/g/sm/index.html">
<img src="./g/sm/favicon.ico" class="thumbnail">
<h3 class="title">Super Mario 64</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=Hobo.swf">
<img src="./game-imgs/hobo.webp" class="thumbnail">
<h3 class="title">Hobo</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=Zelda.swf">
<img src="./game-imgs/zeldtsod.png" class="thumbnail">
<h3 class="title">Zelda The Seeds Of Darkness</h3>
</a>
<a class="game" href="/g/flash/index.html?swf=Doodle Jump.swf">
<img src="./game-imgs/doodle.png" class="thumbnail">
<h3 class="title">Doodle Jump</h3>
</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<script src="particlesjs.js"></script>
<script src="./js/g.js"></script>
</body>
</html>