| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8" /> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  |     <title>Game Collection</title> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |     <link rel="stylesheet" href="styles.css" /> | 
					
						
							| 
									
										
										
										
											2025-02-21 11:34:11 +01:00
										 |  |  |     <link | 
					
						
							|  |  |  |       rel="apple-touch-icon" | 
					
						
							|  |  |  |       sizes="180x180" | 
					
						
							|  |  |  |       href="../favicon_io/apple-touch-icon.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       sizes="32x32" | 
					
						
							|  |  |  |       href="../favicon_io/favicon-32x32.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       sizes="16x16" | 
					
						
							|  |  |  |       href="../favicon_io/favicon-16x16.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link rel="manifest" href="../favicon_io/site.webmanifest" /> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  |     <header> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |       <h1>Game Collection</h1> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  |     </header> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <main> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |       <div class="grid-container"> | 
					
						
							|  |  |  |         <a href="" target="_blank" class="item"> | 
					
						
							|  |  |  |           <img | 
					
						
							| 
									
										
										
										
											2025-01-07 13:26:28 +01:00
										 |  |  |             src="../secret/../secret/images/default.jpeg" | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |             alt="Image can't be displayed" | 
					
						
							|  |  |  |           /> | 
					
						
							|  |  |  |           <h2>Snake</h2> | 
					
						
							|  |  |  |           <div class="description"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               Guide the snake to eat food and grow longer while avoiding | 
					
						
							|  |  |  |               collisions with the walls and itself. | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |         <a href="" target="_blank" class="item"> | 
					
						
							|  |  |  |           <img | 
					
						
							| 
									
										
										
										
											2025-01-07 13:26:28 +01:00
										 |  |  |             src="../secret/images/default.jpeg" | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |             alt="Image can't be displayed" | 
					
						
							|  |  |  |           /> | 
					
						
							|  |  |  |           <h2>Solitaire</h2> | 
					
						
							|  |  |  |           <div class="description"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               A classic card game where the objective is to move all cards to | 
					
						
							|  |  |  |               foundation piles in ascending order. | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |         <a href="../secret/mineSweeper/index.html" target="_blank" class="item"> | 
					
						
							|  |  |  |           <img | 
					
						
							|  |  |  |             src="../secret/images/minesweeper.png" | 
					
						
							|  |  |  |             alt="Image can't be displayed" | 
					
						
							|  |  |  |           /> | 
					
						
							|  |  |  |           <h2>Minesweeper</h2> | 
					
						
							|  |  |  |           <div class="description"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               Uncover squares on a grid while avoiding hidden mines, using | 
					
						
							|  |  |  |               numbers to deduce safe spots. | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |         <a | 
					
						
							|  |  |  |           href="../secret/guessMyNumber/index.html" | 
					
						
							|  |  |  |           target="_blank" | 
					
						
							|  |  |  |           class="item" | 
					
						
							|  |  |  |         > | 
					
						
							|  |  |  |           <img | 
					
						
							|  |  |  |             src="../secret/images/number.jpeg" | 
					
						
							|  |  |  |             alt="Image can't be displayed" | 
					
						
							|  |  |  |           /> | 
					
						
							|  |  |  |           <h2>Guess My Number</h2> | 
					
						
							|  |  |  |           <div class="description"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               A simple game where you try to guess a randomly chosen number | 
					
						
							|  |  |  |               within a certain range. | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |         <a href="" target="_blank" class="item"> | 
					
						
							|  |  |  |           <img | 
					
						
							| 
									
										
										
										
											2025-01-07 13:26:28 +01:00
										 |  |  |             src="../secret/images/default.jpeg" | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |             alt="Image can't be displayed" | 
					
						
							|  |  |  |           /> | 
					
						
							|  |  |  |           <h2>Endless Runner</h2> | 
					
						
							|  |  |  |           <div class="description"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               Run through an endless landscape, avoiding obstacles and | 
					
						
							|  |  |  |               collecting items to score points. | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |       </div> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  |     </main> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <footer> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |       <p>© 2025 Game Collection</p> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  |     </footer> | 
					
						
							| 
									
										
										
										
											2025-01-05 01:12:33 +01:00
										 |  |  |   </body> | 
					
						
							| 
									
										
										
										
											2025-01-04 15:53:31 +01:00
										 |  |  | </html> |