|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>Jet Yeh's</title> |
| 7 | + <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" /> |
| 8 | + <link rel="icon" href="img/favicon-32x32.png" /> |
| 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 | + </head> |
3 | 14 |
|
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 | | - <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" /> |
14 | | -</head> |
| 15 | + <body> |
| 16 | + <div id="loading-bar"></div> |
15 | 17 |
|
16 | | -<body> |
17 | | - <div id="loading-bar"></div> |
18 | | - |
19 | | - <div class="wrapper"> |
20 | | - |
21 | | - <div class="sidebar"> |
22 | | - <h2>Jet Yeh's</h2> |
| 18 | + <div class="wrapper"> |
| 19 | + <div class="sidebar"> |
| 20 | + <h2>Jet Yeh's</h2> |
23 | 21 |
|
24 | | - <ul> |
25 | | - <li onclick="location.href='index.html'" class="selectedButton"><i class="fa-solid fa-house"></i> Home</li> |
26 | | - <li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.'"><i class="fa-solid fa-bug"></i> Bug Report</li> |
27 | | - <li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.'"><i class="fa-solid fa-ghost"></i> Game Request</li> |
28 | | - <li onclick="location.href='pages/settings.html'"><i class="fa-solid fa-gear"></i> Settings</li> |
29 | | - <li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li> |
30 | | - </ul> |
| 22 | + <ul> |
| 23 | + <li onclick="location.href='index.html'" class="selectedButton"><i class="fa-solid fa-house"></i> Home</li> |
| 24 | + <li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.'"><i class="fa-solid fa-bug"></i> Bug Report</li> |
| 25 | + <li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.'"><i class="fa-solid fa-ghost"></i> Game Request</li> |
| 26 | + <li onclick="location.href='pages/settings.html'"><i class="fa-solid fa-gear"></i> Settings</li> |
| 27 | + <li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li> |
| 28 | + </ul> |
31 | 29 |
|
32 | | - <div class="left-col"> |
33 | | - <img title="icon" src="img/icon.png" width="199px"> |
34 | | - </div> |
35 | | - <div> |
36 | | - <center> |
37 | | - <img src="https://visit-counter.vercel.app/counter.png?page=dngaa.github.io&s=25&c=ffffff&bg=00000000&no=6&ff=digi&tb=&ta=" alt="visits"> |
38 | | - </center> |
| 30 | + <div class="left-col"> |
| 31 | + <img title="icon" src="img/icon.png" width="199px" /> |
| 32 | + </div> |
| 33 | + <div> |
| 34 | + <center> |
| 35 | + <img src="https://visit-counter.vercel.app/counter.png?page=dngaa.github.io&s=25&c=ffffff&bg=00000000&no=6&ff=digi&tb=&ta=" alt="visits" /> |
| 36 | + </center> |
| 37 | + </div> |
39 | 38 | </div> |
40 | | - </div> |
41 | 39 |
|
42 | | - <div class="main_content"> |
43 | | - |
44 | | - <div class="alert"> |
45 | | - <span class="closebtn" onclick="this.parentElement.style.display='none';">×</span> |
46 | | - <span id="random-quote">Loading...</span> |
47 | | - </div> |
48 | | - <div class="info"> |
49 | | - <header> |
50 | | - <h1> |
51 | | - <div class="title"> |
52 | | - Jet Yeh's Unblocked Games |
| 40 | + <div class="main_content"> |
| 41 | + <div class="alert"> |
| 42 | + <span class="closebtn" onclick="this.parentElement.style.display='none';">×</span> |
| 43 | + <span id="random-quote">Loading...</span> |
| 44 | + </div> |
| 45 | + <div class="info"> |
| 46 | + <header> |
| 47 | + <h1> |
| 48 | + <div class="title">Jet Yeh's Unblocked Games</div> |
| 49 | + </h1> |
| 50 | + <div class="right-col"> |
| 51 | + <img title="music_icon" id="icon" src="img/play.png" /> |
53 | 52 | </div> |
54 | | - </h1> |
55 | | - <div class=right-col> |
56 | | - <img title="music_icon" id="icon" src="img/play.png"> |
57 | | - </div> |
58 | | - <audio id="mySong"> |
59 | | - <source src="media/beet-juice.mp4" type="audio/ogg"> |
60 | | - </audio> |
61 | | - </header> |
62 | | - <br> |
63 | | - </div> |
64 | | - |
65 | | - <ul id="navbar"> |
66 | | - <div class="search-bar" style="margin-top: -25px"> |
67 | | - <input type="text" name="search" value="" autocomplete="off" id="myinput" onkeyup="searchFunction()" |
68 | | - placeholder="Search"> |
69 | | - <br> |
| 53 | + <audio id="mySong"> |
| 54 | + <source src="/media/beet-juice.mp4" type="audio/ogg" /> |
| 55 | + </audio> |
| 56 | + </header> |
| 57 | + <br /> |
70 | 58 | </div> |
71 | | - <li class="nav"><button name="all" onclick="switchGame('all');" |
72 | | - class="selectedButton selectable">All</button></li> |
73 | | - <li class="nav"><button name="new" onclick="switchGame('new');" class="selectButton selectable">New</button> |
74 | | - </li> |
75 | | - <li class="nav"><button name="flash" onclick="switchGame('flash');" |
76 | | - class="selectButton selectable">Flash</button></li> |
77 | | - <li class="nav"><button name="gba" onclick="switchGame('gba');" class="selectButton selectable">GBA</button> |
78 | | - </li> |
79 | | - <li class="nav"><button name="multi" onclick="switchGame('multi');" |
80 | | - class="selectButton selectable">Multiplayer</button></li> |
81 | | - </ul> |
82 | 59 |
|
83 | | - <div class="bodyMain"> |
84 | | - <div class="main"> |
85 | | - <div class="row" id="game-container"></div> |
86 | | - <script src="js/games.js"></script> |
87 | | - <script src="js/renderGames.js"></script> |
88 | | - </div> |
89 | | - <div id="progress"> |
90 | | - <span id="progress-value"></span> |
91 | | - </div> |
92 | | - </div> |
| 60 | + <ul id="navbar"> |
| 61 | + <div class="search-bar" style="margin-top: -25px"> |
| 62 | + <input type="text" name="search" value="" autocomplete="off" id="myinput" onkeyup="searchFunction()" placeholder="Search" /> |
| 63 | + <br /> |
| 64 | + </div> |
| 65 | + <li class="nav"><button name="all" onclick="switchGame('all');" class="selectedButton selectable">All</button></li> |
| 66 | + <li class="nav"><button name="new" onclick="switchGame('new');" class="selectButton selectable">New</button></li> |
| 67 | + <li class="nav"><button name="flash" onclick="switchGame('flash');" class="selectButton selectable">Flash</button></li> |
| 68 | + <li class="nav"><button name="gba" onclick="switchGame('gba');" class="selectButton selectable">GBA</button></li> |
| 69 | + <li class="nav"><button name="multi" onclick="switchGame('multi');" class="selectButton selectable">Multiplayer</button></li> |
| 70 | + </ul> |
93 | 71 |
|
94 | | - <script src="js/disguise.js"></script> |
95 | | - <script type="text/javascript" src="js/main.js"></script> |
96 | | - <script type="text/javascript" src="js/seasonal.js"></script> |
97 | | - </div> |
98 | | -</body> |
99 | | -<div id="tsparticles"></div> |
100 | | -<script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script> |
| 72 | + <div class="bodyMain"> |
| 73 | + <div class="main"> |
| 74 | + <div class="row" id="game-container"></div> |
| 75 | + <script src="/js/games.js"></script> |
| 76 | + <script src="/js/renderGames.js"></script> |
| 77 | + </div> |
| 78 | + <div id="progress"> |
| 79 | + <span id="progress-value"></span> |
| 80 | + </div> |
| 81 | + </div> |
101 | 82 |
|
| 83 | + <script src="/js/disguise.js"></script> |
| 84 | + <script type="text/javascript" src="/js/main.js"></script> |
| 85 | + <script type="text/javascript" src="/js/seasonal.js"></script> |
| 86 | + <!--tsParticles--> |
| 87 | + <div id="tsparticles"></div> |
| 88 | + <script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script> |
| 89 | + <!--tsParticles--> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </body> |
102 | 93 | </html> |
0 commit comments