@@ -16,6 +16,7 @@ import '../../styles/globals.css';
1616 <h1 class =" get-started-text" >Games</h1 >
1717 </div >
1818 <div class =" search-div" >
19+ <<<<<<< HEAD
1920 <input
2021 type =" text"
2122 oninput =" search_games (this .value )"
@@ -39,6 +40,29 @@ import '../../styles/globals.css';
3940 <option value =" shooter" >Shooter</option >
4041 <option value =" proxied" >Proxied</option >
4142 </select >
43+ =======
44+ <input type =" text" oninput =" search_games (this .value )" placeholder =" Search For A Game..." class =" search-input" ></input >
45+ <select class =" search-select" onchange =" category_games (this .value )" >
46+ <option value =" " >All</option >
47+ <option value =" arcade" >Arcade</option >
48+ <option value =" platformer" >Platformer</option >
49+ <option value =" static" >Static</option >
50+ <option value =" racing" >Racing</option >
51+ <option value =" flash" >Flash</option >
52+ <option value =" adventure" >Adventure</option >
53+ <option value =" multiplayer" >Multiplayer</option >
54+ <option value =" retro" >Retro</option >
55+ <option value =" emulation" >Emulation</option >
56+ <option value =" sports" >Sports</option >
57+ <option value =" strategy" >Strategy</option >
58+ <option value =" shooter" >Shooter</option >
59+ <option value =" proxied" >Proxied</option >
60+ </select >
61+ </div >
62+ <div class =" games" id =" games" ></div >
63+ <script src =" /js/games.js" type =" module" is:inline ></script >
64+ <script src =" /js/searchGames.js" is:inline ></script >
65+ >>>>>>> 433159c (Hotfix: Games Page)
4266</body >
4367<div class =" games" id =" games" ></div >
4468<script src =" /js/games.js" type =" module" is:inline ></script >
0 commit comments