-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
903 lines (839 loc) · 41.6 KB
/
index.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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!--Review Carousel Scripts-->
<link rel="stylesheet" href="/css/lib/bootstrap-3.4.1.min.css" />
<script src="/js/lib/jquery-3.6.0.min.js"></script>
<script src="/js/lib/bootstrap-3.4.1.min.js"></script>
<!--End Review Carousel Scripts-->
<link rel="stylesheet" type="text/css" href="/css/index.css" />
<title>3kh0.github.io</title>
<meta name="keywords" content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git" />
<meta property="og:title" content="Welcome to 3kh0.github.io, your best option for unblocked games on the internet." />
<meta property="og:site_name" content="3kh0.github.io" />
<meta property="og:description" content="Welcome to 3kh0.github.io, your best option for unblocked games on the internet." />
<meta name="description" content="Welcome to 3kh0.github.io, your best option for unblocked games on the internet." />
<meta name="author" content="3kh0" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div class="fixed">
<span id="topbar">
<a href="/dump/settings.html"><i class="fa-solid fa-gear"></i></a>
</span>
</div>
<h1 id="title">
<img src="/img/logo-transparent.png" alt="3kh0.github.io" /><br />
<span id="subtitle">...</span>
</h1>
<p class="text-center" id="start-menu">
Welcome to 3kh0.github.io, your best option for unblocked games on the internet.<br />
<br />
<!-- Place any annoucements here -->
<br />
<br />
<br />
<a href="/projects.html"><button class="zoom" id="gs">Start playing!</button></a><br />
<br />
<a href="/dump/redirect.html?to=%2Fdump%2Findex.html&local=true"><button class="zoom" id="gs" style="background-color: #b625cc;">View more stuff</button></a>
</p>
<p id="intro" class="text-center">
But dont just take that from me, take it from the people who use this site!
</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5756835229788588" crossorigin="anonymous"></script>
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5756835229788588" data-ad-slot="6230603875" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Start Review section -->
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/NotJumbled86.webp" alt="NotJumbled86" />
<div class="card-body">
<h3>NotJumbled86</h3>
<p class="card-text">
10/10 Site, it is easy to use and has a lot of features. When it gets blocked, you can just deploy your own copy of the site!
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Piplup7575.webp" alt="Piplup7575" />
<div class="card-body">
<h3>Piplup7575</h3>
<p class="card-text">10/10 would meme again. i am totally not one of the people working on the site...</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/DreamXD.webp" alt="DreamXD" />
<div class="card-body">
<h3>DreamXD</h3>
<p class="card-text">amazing site, i play on it everyday, super fun games and the site looks fire. it never gets blocked for me. the site is just good, everyone at my school plays it</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/emburn.png" alt="placeholder" />
<div class="card-body">
<h3>emburn</h3>
<p class="card-text">
Great site 9/10! I mostly use it for the emulators (Mario 64/Webretro), and they have been doing great! A bit laggy, might be due to either the ads or my proxy, but other than that, I'm happy with it!
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/food.png" alt="food" />
<div class="card-body">
<h3>food</h3>
<p class="card-text">100/10 best website ever, as soon as i opened it i instantly gained 546 girlfriends and 69420 boyfriends, + i got A's on all of my classes and had a 5.0 GPA (real)</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/inspiration.webp" alt="inspiration" />
<div class="card-body">
<h3>Inspiration</h3>
<p class="card-text">good game site, tons of games, and easy to make a copy of with github, vercel and netify. echo please let me out of your basement i want to see the sun please</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/TheTwoLegCat.webp" alt="TheTwoLegCat" />
<div class="card-body">
<h3>TheTwoLegCat</h3>
<p class="card-text">beans</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/nicolasog12.png" alt="nicolasog12" />
<div class="card-body">
<h3>nicolasog12</h3>
<p class="card-text">100 out 10 best site ever love the games love the easy interface and how there's so many proxies, also ummm echo why are people in your basement uhh ok :)</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/v3.png" alt="v3" />
<div class="card-body">
<h3>Is v3 worth it?</h3>
<p class="card-text">
7/10. I think v2 looked better but v3 is ok. There are alot more ads than v2 so it takes a bit to load. Other than that I would recommend. (It would have been 5/10 but he has piplup so I added +2 social credit)
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/shadryt.jpg" alt="shadryt" />
<div class="card-body">
<h3>shadrYT</h3>
<p class="card-text">Very good site, I would rate this 14 and a half triple bean tacos out of 7 and 3/4ths flying purple cows. It is easy to clone the website if the main link gets blocked.</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/realm.png" alt="realm" />
<div class="card-body">
<h3>Echo but Realm</h3>
<p class="card-text">11/10 Best proxy site for school use, multiple links from the community! Help me i am locked in 3kh0s basement</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/XoltronMaster.jpg" alt="XoltronMaster" />
<div class="card-body">
<h3>XoltronMaster</h3>
<p class="card-text">Live, laugh, echo. 😎</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/REDACTED.png" alt="REDACTED" />
<div class="card-body">
<h3>Echo but REDACTED</h3>
<p class="card-text">made all of the teachers give me the bad look every time I go through the hallway thats a dub</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/face.png" alt="face" />
<div class="card-body">
<h3>._.</h3>
<p class="card-text">._.</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Shartlord.png" alt="Shartlord" />
<div class="card-body">
<h3>Shartlord</h3>
<p class="card-text">
If i had to say, it is the best unblocked games site! 3kh0's site has inspired me to make my own projects. Proxies are cool, the source is open, the search function, and quality games. I miss the v2 home page, RIP.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/frog-chair.gif" alt="frog-char" />
<div class="card-body">
<h3>Frog Chair</h3>
<p class="card-text">the frog chair is the best item ever. nothing you can do about it</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/JacksonGaming99.png" alt="JacksonGaming99" />
<div class="card-body">
<h3 style="font-size: 22px;">JacksonGaming99</h3>
<p class="card-text">
10/10, favourite website to play games on!!! i just play during class after working on stuffs and i play game is epic :) (no but seriously, keep up the good work. this website is awesome!) - Jackson
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Hackerkid32.png" alt="Hackerkid32" />
<div class="card-body">
<h3>Hackerkid32</h3>
<p class="card-text">I love his website, great games, and awesome hacks for school. Almost everybody at my school plays it. Plus whenever the site got blocked, we just copied and made another. GREAT GAMES!!!!</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/rural.png" alt="rural" />
<div class="card-body">
<h3>RuralAnemone</h3>
<p class="card-text">
I mean<br />
<br />
nothing anyone hasn't said already<br />
<br />
but this site really is epic poggers :o<br />
<br />
<br />
</p>
<p style="font-size: 5px;">still nostalgic for v1 though 😩</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Ananyomous.png" alt="Ananyomous" />
<div class="card-body">
<h3>Ananyomous</h3>
<p class="card-text">11/10 Best unblocked site ever but can u add fnf pls?</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Dex.png" alt="Dex" />
<div class="card-body">
<h3>Dex</h3>
<p class="card-text">
10/10! Been using since V1 and the site has continued to impress me. Tons of games and it's easy to copy so unblockable. Happy to be a contributor of V2 & V3!
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/it-admin.png" alt="it admin" />
<div class="card-body">
<h3>Every school IT admin ever</h3>
<p class="card-text">
This site is the bane of my exisitance. Echo, shut this horrible site down right now you stinky head.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/rena.png" alt="rena" />
<div class="card-body">
<h3>Rena</h3>
<p class="card-text">
3kh0.github.io is great but even with the ads its still good theres a bunch of games and even tho he has alot of ads we still enjoy it and he gets money so and some times he gives back to the community
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/schoolkid.png" alt="schoolkid" />
<div class="card-body">
<h3>The schoolkid</h3>
<p class="card-text">
10/10 I would die without these unblocked games. Very good site. Highly reccomended
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/ihate.png" alt="ihate" />
<div class="card-body">
<h3>i hate my life</h3>
<p class="card-text">
Hey everybody, today we're going to show you how to decorate a birthday cake. Happy birthday! Now it's time to decorate the cake. Nobody else is gonna do it for you because nobody's coming over to celebrate your
birthday with you.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/whoisev.png" alt="whoisev" />
<div class="card-body">
<h3>WhoIsEv?</h3>
<p class="card-text">
10/10 this website killed my time when the teacher was gone xD
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/malek.jpg" alt="malek" />
<div class="card-body">
<h3>Malek</h3>
<p class="card-text">
Probably one of or even the best games site ever! Theres sooo many games and options to choose from, there's a lot of things you can do with about:blank and a really nice community WAY more, 99999999/10
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/3kh0.png" alt="3kh0" />
<div class="card-body">
<h3>eatingcak</h3>
<p class="card-text">
10/10 i love echo he is the best person ever yes he is so cool uwu
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/jeff.png" alt="jeff" />
<div class="card-body">
<h3>Jeffrey</h3>
<p class="card-text">
10/10, my dad approves and likes the games
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/mey-thomas.png" alt="mey thomas" />
<div class="card-body">
<h3>Mey Thomas</h3>
<p class="card-text">
Good Games, Go Greeks! :)<br />
🌿🌟🌟🌟🌟🌟🌿
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/BStinkle.png" alt="BStinkle" />
<div class="card-body">
<h3>BStinkle</h3>
<p class="card-text">
3kh0 got me not sad, im now soo good at fortnite he made me cracked at cranking 90s and build fight 10/10 will play forever, W website, W rizz
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/sheriffskel.png" alt="Sheriffskel" />
<div class="card-body">
<h3>Sheriffskel</h3>
<p class="card-text">this is really cool and it cant get blocked, over all 7/6</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/StrangerAxolotl.png" alt="StrangerAxolotl" />
<div class="card-body">
<h3>StrangerAxolotl</h3>
<p class="card-text">
9/10 No fir boy and watr girl game but still very cool and awesome and epic and nice and wholesum i like very much i use all time it is good.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/landon.png" alt="landon" />
<div class="card-body">
<h3>landen Bypass AKA CONLAN</h3>
<p class="card-text">
10/10 i love 3kh0 he is a god AT bfms school the games are the bast thank you 3kh0 about myself well i like to hack and do gameing in vr my dad approved 10/10
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/xgames.png" alt="xgames" />
<div class="card-body">
<h3>XGamesX-GG</h3>
<p class="card-text">
Can't believe this website is still great, been playing for a year and a half and games still work great! I love this website and really recommend trying it, 10/10 echo but good
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/AgentCube.png" alt="AgentCube" />
<div class="card-body">
<h3>AgentCube</h3>
<p class="card-text">
I've seen a lot of game sites and 3kh0.github.io definitely stands out, lots of games, respecting ads, tools, daily updates and there are new games always being added it's just great.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Anonymous.png" alt="Anonymous" />
<div class="card-body">
<h3>Anonymous</h3>
<p class="card-text">
Great website so many games to play
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/ngon.png" alt="ngon" />
<div class="card-body">
<h3>N-Gon Robot</h3>
<p class="card-text">
This is one of my favorite gaming sites because my game, N-Gon, is featured here! I hope everyone checks out N-Gon!
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Bhupendra.png" alt="Bhupendra" />
<div class="card-body">
<h3>Bhupendra</h3>
<p class="card-text">
69/10 kept me sane during school, thank you for letting me deploy on netlify. amogus
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/egirluwu.png" alt="egirluwu" />
<div class="card-body">
<h3>egirluwu</h3>
<p class="card-text">
10/10 yes echo is the best person ever uwu whatever find me on tinder because i know u have it ok thanks bye ok
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/toe.png" alt="toe" />
<div class="card-body">
<h3>Xx_ToeLick_xX</h3>
<p class="card-text">
10/10. This is one of the best game websites. It has hundreds of games like subway surfers. Websites like ubg100 do not come close to the amounts of games. This website also has a great UI.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/3xion.png" alt="3xion" />
<div class="card-body">
<h3>3xion</h3>
<p class="card-text">
10/10 Echo is adding games like daily and I've used this every day since discovering it, now that I think about it, is probably not a good thing. This is one of the best game websites you'll ever find.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Saturn.gif" alt="Saturn" />
<div class="card-body">
<h3>Saturn</h3>
<p class="card-text">
10/10 I love echo he is the best person ever yes he is so cool uwu
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/ytop3.png" alt="ytop3" />
<div class="card-body">
<h3>ytop3</h3>
<p class="card-text">
10/10 since cool math games is blocked, this is the best choice for unblocked games
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/carman123.gif" alt="carman123" />
<div class="card-body">
<h3>the carman123</h3>
<p class="card-text">
9/10 love web sight you should add ark survivle evovled
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/somebody.png" alt="somebody" />
<div class="card-body">
<h3>Somebody...</h3>
<p class="card-text">
Well uh, i ate beans yesterday. I dont really do much, just watch anime and have some pog juice. I guess I just stay at school, same old same old. (It's boring!) You dont even have to add me to the page, but you can if
you want.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/random-color.gif" alt="random-color" />
<div class="card-body">
<h3>Random colors</h3>
<p class="card-text">
I can see colors!
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/zalgo.gif" alt="zalgo" />
<div class="card-body">
<h3>h̵̛̘͈̬͈̘̲͂͑̎̃̆̕̚ḙ̵̡̡̯̗͔͚̻͇̪̞̩̜̐̑̓͑̋̿́́̃͊̍̀̀̚͝ḫ̸̻̹̟̙̬̩̙͙̥̪̤̤̻̈̽͊̍͗̇͗̎̿͆͂͠é̵̘͎͍͌̍͆͆̅̇͂͐̚͝</h3>
<p class="card-text">
1̷̧̨̭̠̠̭͎̟̙͚̅̐̅̈́̆͐̚͝0̸̞̣͈̘͉̞͇͔͈̰̹̞͗͠/̸͖̰̊́̂͋̉̋̑̚͠͝͝1̷̡̨̛͔̟̟̰̜̥͓͇̹̫̠͇͚͑̇͛̎͊̀̏̕͝0̸̛̜̔̇͗͑̈̓̏̚͝͝ ̶̡̟̐̀̂͆̆̾̔̒̀͐̎̆́̈͠I̷͚̲̓̍̈͂̌̾̈́̊̂͝ ̶̢̪̫̘̭͈͈̙͚͇̂͑̒̈́̔̚͜l̷̘̼͍͕̰̮̟̏̈́͗̾ô̶̡̮̖͉̣̬̖̇v̶̳̦̪̳̜̄̈́̾͂̾̌͂́̈́͒̾͂̚͝e̴͕̠̳̯̞͔̿̈̂͋ ̷̠͖͓͇͓͉͎̝͉̒͑̀̅̄̒͗̑͌̽͑̅̕t̵̢̧̛̛̞͚͊̓̄̀̀͗͌̀̑́̚͝h̴̤̱̼̽̇̏̀̋̽̒̂i̵̞̱̻̗̺͂͊́̓ŝ̶̳̠͔̠̠̂ ̸̨̹̠̻͇͚͎̞͓̭̬̃w̵̰̮̠͈̐ę̶̲̰̫̹͙͙̟͌͋͘b̵̧̢̺̤̰̮̗̮̩͇̳̘̽̌̄̋̾̄̈́̓̂͆͝s̸̡̢̺̰̹̻̹̻͉̍i̵̲̐̓͛̐́̔͛̀̾͂̀̕͘͠͠t̵̡͔͉̖̍̄é̶̬͈͌̓,̶̮̀̍̀͆͝ ̸̢͉̜̭̜͍̖͍̪̗͕͛̏̀̇̄̓͐͒̅̌͑͊͝͠s̷͉̠͚̅͌͊́̇̆h̴͕̜̣̹̔̃͗́ó̸̫͈̥͓̣̩̳͓͕͖̰͋̿͑̂͆̍͐͘͜ū̵͍͇̮̣̔̽͛̈́͝t̸̠̬͍̂̈́͐̾͛̋̈̌͌͌͌͝-̸͎̦̪͇͖̞̘̯͉͑ͅͅo̴̝͈͗̊̄̍̊͋̀͗̅̾͑͘ŭ̶̫͈͋̇̓͌̊͜͠͠͝ț̸̨̢̛̟̞͈͔̫̣̻̣̞̂͗̈̔̉ ̸̛͙̞̰̮͈̫̳̣͚̦̇̾̔̈̂̚ͅǐ̴̢̢̨̦͈͎͇̘̦̜̬͈͆̿͜ͅf̷̢̨͔͖͎͍̻͉͉̮̦͔͔͉͗̌̈̈̔͛̚ ̷̥̬̮̲̹̟͉̰͎̮̗̟̱̪̓̀͛͐̓͆̍ỷ̵̪͇̘͙͔͚͕̺̹̜͔̮͗̍͒̏̍̓͗̎͌̀́̂̔ͅͅo̷̡̢̥̭͙̦̦̘͔̦͎̫̝̩͗̀̊͝u̵̥̲̺͓̪͑̉̇̓̊̕͝ ̸̛̥̥̲͔̩̙̻͖̖̞̘͈̠̎͛͊̅̊͛͗̑̚ç̴͈͔͍̣͉̻̮͍̅̿̚ͅḁ̷̢̖͚̮̗̬͎͛͜n̸̨̛͚̯̲̳̮̝̓̒͗̕ ̴̨̥̻͖͓̱͕̘͙̯̝̜̉͐͐̆̌͑̒͐͐̋̇̂͐̃̔ͅè̶̛̥͇̾͋̌̉̓́̈́͋̈́̇́̃͘v̶̛̛̲̜̬̆̃̓̊̌͒̔͝͝e̶͚͆̊̑̂͐n̵̥̫͈̖͓̓̓͗͋͛́̑̈́͌̋̉ ̴̨̠̺̭͔̦̘̘͈̟̺̟̦͠͠ŗ̴̛̮̤̲͈͈̞̣̦͇͓ͅͅͅĕ̷̥̬̬͒̀̈̇̽̏͐̔̎̍͗͝ͅą̸̨̨̭͙̙͎͇̻͓̳̦̭͓̈̌͛̇͛͂͂̍̕̚͠͠d̵̲͈̼̥̞͚͓̒͝ ̵̫̭̳̝̪̗̠͉́ͅt̴̛̛̺̩̤̱̫͈̟̻̂͒̌̈́͌̅̆̈́̾͗͑ḫ̴̢̈̋̎͂̍i̵̡̢̨̙̩͔̙͍̳̭̰͔̘̇̈́͐̄̍̾̿̿͋̈̇̑͛ͅs̸͚̼͚͎̐́
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Pokeboy.png" alt="Pokeboy" />
<div class="card-body">
<h3>Pokeboy</h3>
<p class="card-text">
oh my god very educational site best education games, lets go.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/1mBounty.png" alt="1mBounty" />
<div class="card-body">
<h3>1mBounty</h3>
<p class="card-text">
10/10 would recommend. Very fun when all the other game websites are blocked. YAY!
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/theniceobz.png" alt="theniceobz" />
<div class="card-body">
<h3>theniceobz</h3>
<p class="card-text">
bean approved. I love this website, been using it for about a year. You WILL get your money's worth, mostly cos' this website's free. 10000/10 would recommend.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/doodybooser.png" alt="doodybooser" />
<div class="card-body">
<h3>doodybooser</h3>
<p class="card-text">
This is good, the games are very goog. do use, you can be good at fortnite if you do this. L bozo ubg
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Xx_Iaman11yearoldxd_xX.png" alt="Xx_Iaman11yearoldxd_xX" />
<div class="card-body">
<h3>Xx_Iaman11yearoldxd_xX</h3>
<p class="card-text">
i play this everyday after watching youtube people at my school are play with too :)))))))) i am 27 years old yea but i still in school because i failed ffirst grade 12 times uwu
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Replku.png" alt="Replku" />
<div class="card-body">
<h3>Replku</h3>
<p class="card-text">
9/10 Great website. I would add a couple more mobile games. Otherwise I would highly recommend this website.
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/naebs.png" alt="naebs" />
<div class="card-body">
<h3>naebs</h3>
<p class="card-text">
like fr tho this is mad bussin on gang
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Benenbotix.png" alt="Benenbotix" />
<div class="card-body">
<h3>Benenbotix</h3>
<p class="card-text">
10.HacksAreFun/10, This Website Is Cool. Lots Of Games And Good Moderation.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/HENRYMARTIN5.png" alt="HENRYMARTIN5" />
<div class="card-body">
<h3>HENRYMARTIN5</h3>
<p class="card-text">
7/10 too many ads (just use adblock lol)
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/YiggYigg87.png" alt="YiggYigg87" />
<div class="card-body">
<h3>YiggYigg87</h3>
<p class="card-text">
10/10<br><br><br>
I am a horse
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Repsi.png" alt="Repsi" />
<div class="card-body">
<h3>Repsi</h3>
<p class="card-text">
10/10. Good Website
</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/Proph3t-3036.png" alt="Proph3t-3036" />
<div class="card-body">
<h3>Proph3t-3036</h3>
<p class="card-text">
10/10 Would play again. Best website ever. It is open source so anyone can add their game to the already MASSIVE list of games.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="flex-container">
<div class="card-wrapper">
<div class="card text-center">
<img class="card-img-top" src="/img/reviews/AdenSulit.png" alt="AdenSulit" />
<div class="card-body">
<h3>AdenSulit</h3>
<p class="card-text">
Yaknow, I am extremely proud that this page cool. These games take so long to load though, but I'm fine with it. I get no girls though, so that's how desperate I am.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<i class="glyphicon fa-solid fa-chevron-left"></i>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<i class="glyphicon fa-solid fa-chevron-right"></i>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<p class="text-center">
Want to be on the front page? <a href="https://github.com/3kh0/3kh0.github.io/issues/new?assignees=3kh0&labels=%E2%9C%8F%EF%B8%8F+Review&template=review.yml&title=Add+a+review">Click here to post a review and get featured!</a>
</p>
<!-- End Review section -->
<div class="flex-container row">
<div class="column">
<div class="thing">
<p><i class="fa fa-user"></i></p>
<h3>4,000,000+</h3>
<p>unique visitors</p>
</div>
</div>
<div class="column">
<div class="thing">
<p><i class="fa fa-solid fa-gamepad"></i></p>
<h3>197</h3>
<p>total games</p>
</div>
</div>
<div class="column">
<div class="thing">
<p><i class="fa fa-solid fa-clock"></i></p>
<h3>10,000,000+</h3>
<p>hours of gaming</p>
</div>
</div>
</div>
<p class="text-center">What are you waiting for? Go find your next favorite game <a href="/projects.html">in our wide list of games</a>. Or you can view the <a href="/dump/changelog.txt">changelog here</a>!</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5756835229788588" crossorigin="anonymous"></script>
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5756835229788588" data-ad-slot="6230603875" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p class="text-center">
© 3kh0, 2022. Unauthorized use and/or duplication of this material without permission from 3kh0 is strictly prohibited. Please contact Echo at
<a href="/dump/redirect.html?to=mailto%3Aecho-the-coder%40tuta.io&local=false">[email protected]</a> for information.
</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5756835229788588" crossorigin="anonymous"></script>
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5756835229788588" data-ad-slot="6230603875" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script src="/js/main.js"></script>
<script src="/js/subtitle.js"></script>
<footer>
<link rel="stylesheet" type="text/css" href="css/cookiepopup.css" async />
<script src="js/cookiepopup.js" async></script>
</footer>
</body>
</html>