@@ -22,24 +22,6 @@ import '../../styles/globals.css';
2222 placeholder =" Search For A Game..."
2323 class =" search-input"
2424 />
25- </div >
26- <select class =" search-select" onchange =" category_games (this .value )" >
27- <option value =" " >All</option >
28- <option value =" arcade" >Arcade</option >
29- <option value =" platformer" >Platformer</option >
30- <option value =" static" >Static</option >
31- <option value =" racing" >Racing</option >
32- <option value =" flash" >Flash</option >
33- <option value =" adventure" >Adventure</option >
34- <option value =" multiplayer" >Multiplayer</option >
35- <option value =" retro" >Retro</option >
36- <option value =" emulation" >Emulation</option >
37- <option value =" sports" >Sports</option >
38- <option value =" strategy" >Strategy</option >
39- <option value =" shooter" >Shooter</option >
40- <option value =" proxied" >Proxied</option >
41- </select >
42- <input type =" text" oninput =" search_games (this .value )" placeholder =" Search For A Game..." class =" search-input" ></input >
4325 <select class =" search-select" onchange =" category_games (this .value )" >
4426 <option value =" " >All</option >
4527 <option value =" arcade" >Arcade</option >
@@ -56,15 +38,14 @@ import '../../styles/globals.css';
5638 <option value =" shooter" >Shooter</option >
5739 <option value =" proxied" >Proxied</option >
5840 </select >
59- </div >
41+ </div >
42+ <div class =" games" id =" games" ></div >
43+ <script src =" /js/games.js" type =" module" is:inline ></script >
44+ <script src =" /js/searchGames.js" is:inline ></script >
6045 <div class =" games" id =" games" ></div >
6146 <script src =" /js/games.js" type =" module" is:inline ></script >
6247 <script src =" /js/searchGames.js" is:inline ></script >
63- >>>>>>> 433159c (Hotfix: Games Page)
6448</body >
65- <div class =" games" id =" games" ></div >
66- <script src =" /js/games.js" type =" module" is:inline ></script >
67- <script src =" /js/searchGames.js" is:inline ></script >
6849
6950<style is:global >
7051 .get-started-div {
0 commit comments