This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
forked from chromefoxx/phoenix-reborn
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathselection3b.html
executable file
·440 lines (329 loc) · 16.6 KB
/
selection3b.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html>
<head>
<title>This is supposed to be a frame smh</title>
<link href="css/primary.css" rel="stylesheet">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/transitions.css" rel="stylesheet">
</head>
<div class="wrap animated fadeIn">
<div class="c-box">
<center><h1><span style="color: white;">Titanium Arcade</span></h1>
<h4><span style="color: red;">Please note that since Adobe Flash is reaching EOL by 2020, we will NOT be updating the Flash portion of the arcade from this point forward, sorry.</span></h4>
<h5><span style="color: green;">However, we will still be adding games to the HTML5 section :)</span></h5>
<h5><span style="color: white;">If you have any suggestions for games to add to the arcade, make a pull request on <a href="https://github.com/titaniumnetwork-dev/phoenix-reborn"><font color="white">our Github!</a></span></h5>
<h5><span style="color: white;">Report any issues with any games to <a href="mailto:[email protected]"><font color="white">[email protected]</a></font> or <a href="https://github.com/titaniumnetwork-dev/phoenix-reborn"><font color="white">our Github!</a></span></h5></center>
</div>
<div class="d-box">
<center>
<h1>HTML5 Games</h1>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/2048/index.html">
<span style="color: white;">2048</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/astray/index.html">
<span style="color: white;">Astray</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/breaklock/index.html">
<span style="color: white;">Breaklock</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/nerd.html">
<span style="color: white;">Breakout</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/cookies/index.html">
<span style="color: white;">Cookie Clicker</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/flappybird/index.html">
<span style="color: white;">Flappy Bird</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/hextris/index.html">
<span style="color: white;">Hextris</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/onslaughtarena.html">
<span style="color: white;">Onslaught! Arena</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/pacman/index.htm">
<span style="color: white;">Pac-Man</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/radius-raid/min.html">
<span style="color: white;">Radius Raid</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/spaceinvaders/index.html">
<span style="color: white;">Space Invaders</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/html5games/towermaster/index.html">
<span style="color: white;">Towermaster</span></a>
<h1>Flash Games</h1>
<div><div style="text-align:center; height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/1-on-1-soccer.html" >
<span style="color: white;">1 on 1 soccer</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/achievement-unlocked.html" >
<span style="color: white;">Achievement Unlocked</span></a>
</a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/achievementunlocked2.html">
<span style="color: white;">Achievement Unlocked 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/achievementunlocked3.html">
<span style="color: white;">Achievement Unlocked 3</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/action-turnip.html" >
<span style="color: white;">Action Turnip</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/adaran.html" >
<span style="color: white;">Adaran</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/adrenaline.html" >
<span style="color: white;">Adrenaline</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/agario.html" >
<span style="color: white;">Agar.io</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/arkandianrenevant.html">
<span style="color: white;">Arkandian Renevant</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/awesome-cars.html" >
<span style="color: white;">Awesome Cars</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/awesome-planes.html" >
<span style="color: white;">Awesome Planes</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/balloons-player-pack-2.html" >
<span style="color: white;">Bloons Player Pack 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/bloonstd3.html">
<span style="color: white;">Bloons TD 3</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/bloonstd4.html">
<span style="color: white;">Bloons TD 4</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a class="wsite-button wsite-button-large wsite-button-highlight background: #333 " href="gfiles/balloons-td-5.html" >
<span style="color: white;">Bloons TD 5</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/boombot2.html">
<span style="color: white;">BoomBot 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/boxhead2player.html">
<span style="color: white;">Boxhead 2 player</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/bulletbill.html">
<span style="color: white;">Bullet Bill</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/casualty.html">
<span style="color: white;">Casualty Chrome</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/computerbreak.html">
<span style="color: white;">Computer Smashing</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/crushthecastle.html">
<span style="color: white;">Crush The Castle</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/cubefield.html">
<span style="color: white;">Cubefield</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/cyclomaniacs.html">
<span style="color: white;">Cyclomaniacs</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/donkeykong.html">
<span style="color: white;">Donkey Kong</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/dontshootthepuppy.html">
<span style="color: white;">Don't Shoot The Puppy</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/doodledefender.html">
<span style="color: white;">Doodle Defender</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/doom.html">
<span style="color: white;">Doom</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/ducklife4.html">
<span style="color: white;">Duck Life 4</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/earntodiesw.html">
<span style="color: white;">Earn To Die : Super Wheel</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/electricman.html">
<span style="color: white;">Electric Man</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/electricman2.html">
<span style="color: white;">Electric Man 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/elephantquest.html">
<span style="color: white;">Elephant Quest</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/epiccomboredux.html">
<span style="color: white;">Epic Combo : Redux</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/exitpath.html">
<span style="color: white;">Exit Path</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/fancypantsworld3.html">
<span style="color: white;">Fancy Pants World 3</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/flashflightsimulator.html">
<span style="color: white;">Flash Flight Simulator</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/flight.html">
<span style="color: white;">Flight</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/happywheels.html">
<span style="color: white;">Happy Wheels</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo.html">
<span style="color: white;">Hobo</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo2.html">
<span style="color: white;">Hobo : Prison Brawl</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo3.html">
<span style="color: white;">Hobo 3</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo5.html">
<span style="color: white;">Hobo 5</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo5.html">
<span style="color: white;">Hobo 5</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hobo6.html">
<span style="color: white;">Hobo 6</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/infector2.html">
<span style="color: white;">Infector 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/interactivebuddy.html">
<span style="color: white;">Interactive Buddy</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/jumpix2.html">
<span style="color: white;">Jumpix 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/learntofly.html">
<span style="color: white;">Learn To Fly</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/learntofly2.html">
<span style="color: white;">Learn To Fly 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/magnetface.html">
<span style="color: white;">Magnet Face</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/marioracingtournament.html">
<span style="color: white;">Mario Racing Tournament</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/megamanprojectx.html">
<span style="color: white;">Megaman Project X</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/metroid2.html">
<span style="color: white;">Metroid 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/mineblocks.html">
<span style="color: white;">Mineblocks</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/millionairetobillionaire.html">
<span style="color: white;">Millionaire to Billionaire</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/mirrorsedge.html">
<span style="color: white;">Mirror's Edge</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/motherload.html">
<span style="color: white;">Motherload</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/multitask.html">
<span style="color: white;">Multitask</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/mutilateadoll.html">
<span style="color: white;">Mutilate A Doll 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/myangel.html">
<span style="color: white;">My Angel</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/nanotube.html">
<span style="color: white;">Nanotube</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/ngame.html">
<span style="color: white;">N Game</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/ngame2.html">
<span style="color: white;">N Game 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/nucleus.html">
<span style="color: white;">Nucleus</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/nyancat.html">
<span style="color: white;">Nyan Cat : lost in space</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/onemanarmy2.html">
<span style="color: white;">One man army 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/pandemic.html">
<span style="color: white;">Pandemic</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/pandemic2.html">
<span style="color: white;">Pandemic 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/papasfreezeria.html">
<span style="color: white;">Papas Freezeria</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/pauseahead.html">
<span style="color: white;">Pause Ahead</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/portal.html">
<span style="color: white;">Portal</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/portal2d.html">
<span style="color: white;">Portal 2D</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/raftwars.html">
<span style="color: white;">Raftwars</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/raze2.html">
<span style="color: white;">Raze 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/redshift.html">
<span style="color: white;">Redshift</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/run3.html">
<span style="color: white;">Run 3</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/smashflash2.html">
<span style="color: white;">Super Smash Flash 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/sportsheadssoccer.html">
<span style="color: white;">Sports Heads Soccer</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/stickrpg.html">
<span style="color: white;">Stick RPG</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/stickrun2.html">
<span style="color: white;">Stick Run 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/stickwar.html">
<span style="color: white;">Stick War</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/stickwar2.html">
<span style="color: white;">Stick War 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/strikeforceheroes.html">
<span style="color: white;">Strike Force Heroes</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/strikeforceheroes2.html">
<span style="color: white;">Strike Force Heroes 2</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/strikeforcekittyls.html">
<span style="color: white;">Strike Force Kitty : Last Stand</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/supermario63.html">
<span style="color: white;">Super Mario 63</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/tacticalassassin.html">
<span style="color: white;">Tactical Assassin</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/tanktrouble.html">
<span style="color: white;">Tank Trouble</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/thebindingofisaac.html">
<span style="color: white;">The Binding Of Isaac</span></a>
<h1></h1>
</div>
</div>
</body>
</html>