|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <meta charset="UTF-8"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <title>Jet Yeh's</title> |
8 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
9 | | - <link rel="stylesheet" href="css/style.css"> |
10 | | - <link rel="stylesheet" href="css/index.css"> |
11 | | - <link rel="stylesheet" href="css/gameGrid.css"> |
12 | | - <link rel="stylesheet" href="css/seasonal.css"> |
13 | | - <link rel='icon' href="img/favicon-32x32.png"> |
14 | | - <meta name="description" |
15 | | - content="Play free unblocked games anytime and anywhere! Enjoy a wide selection of fun, exciting, and safe games for school or work"> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <title>Jet Yeh's</title> |
| 8 | + <meta name="description" content="Play free unblocked games anytime and anywhere! Enjoy a wide selection of fun, exciting, and safe games for school or work"> |
| 9 | + <link rel="icon" href="img/favicon-32x32.png" /> |
| 10 | + <link rel="stylesheet" href="css/style.css" /> |
| 11 | + <link rel="stylesheet" href="css/index.css" /> |
| 12 | + <link rel="stylesheet" href="css/gameGrid.css" /> |
| 13 | + <link rel="stylesheet" href="css/seasonal.css" /> |
16 | 14 | </head> |
17 | 15 |
|
18 | 16 | <body> |
19 | 17 | <div id="loading-bar"></div> |
| 18 | + |
20 | 19 | <div class="wrapper"> |
21 | 20 | <div class="sidebar"> |
22 | 21 | <h2>Jet Yeh's</h2> |
|
69 | 68 | </header> |
70 | 69 | <br> |
71 | 70 | </div> |
| 71 | + |
72 | 72 | <ul id="navbar"> |
73 | 73 | <div class="search-bar" style="margin-top: -25px"> |
74 | 74 | <input type="text" name="search" value="" autocomplete="off" id="myinput" onkeyup="searchFunction()" |
|
86 | 86 | <li class="nav"><button name="multi" onclick="switchGame('multi');" |
87 | 87 | class="selectButton selectable">Multiplayer</button></li> |
88 | 88 | </ul> |
| 89 | + |
89 | 90 | <div class="bodyMain"> |
90 | | - <div> |
91 | | - <div class="main"> |
92 | | - <div class="row" id="game-container"></div> |
93 | | - <script src="js/games.js"></script> |
94 | | - <script src="js/renderGames.js"></script> |
95 | | - </div> |
| 91 | + <div class="main"> |
| 92 | + <div class="row" id="game-container"></div> |
| 93 | + <script src="js/games.js"></script> |
| 94 | + <script src="js/renderGames.js"></script> |
96 | 95 | </div> |
97 | 96 | <div id="progress"> |
98 | 97 | <span id="progress-value"></span> |
99 | 98 | </div> |
100 | 99 | </div> |
| 100 | + |
101 | 101 | <script src="js/disguise.js"></script> |
102 | 102 | <script type="text/javascript" src="js/main.js"></script> |
103 | 103 | <script type="text/javascript" src="js/seasonal.js"></script> |
| 104 | + |
104 | 105 | </body> |
105 | 106 | <div id="tsparticles"></div> |
106 | 107 | <script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script> |
|
0 commit comments