| 
									
										
										
										
											2024-06-18 11:29:04 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
					
						
							|  |  |  |     <title>Game List</title> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="../list.css"> | 
					
						
							| 
									
										
										
										
											2024-06-19 09:11:52 +02:00
										 |  |  |     <script src="../header-folder.js" type="text/javascript" defer></script> | 
					
						
							| 
									
										
										
										
											2024-06-19 08:58:57 +02:00
										 |  |  |     <script src="../burger.js" type="text/javascript" defer></script> | 
					
						
							| 
									
										
										
										
											2024-06-18 11:29:04 +02:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2024-06-19 08:58:57 +02:00
										 |  |  |     <header-component></header-component> | 
					
						
							| 
									
										
										
										
											2024-06-18 12:26:48 +02:00
										 |  |  |     <article> | 
					
						
							|  |  |  |         <h1>Game List</h1> | 
					
						
							|  |  |  |         <h2>Fully Free</h2> | 
					
						
							|  |  |  |         <ul class="fully-free"> | 
					
						
							|  |  |  |             <li>Xonotic</li> | 
					
						
							|  |  |  |             <li>Freedoom</li> | 
					
						
							|  |  |  |             <li>OpenArena</li> | 
					
						
							|  |  |  |         </ul> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <h2>Non-Free Assets</h2> | 
					
						
							|  |  |  |         <ul class="non-free-assets"> | 
					
						
							|  |  |  |             <li>AssaultCube</li> | 
					
						
							|  |  |  |             <li>Cube</li> | 
					
						
							|  |  |  |             <li>Cube 2: Sauerbraten</li> | 
					
						
							|  |  |  |             <li>Doom</li> | 
					
						
							|  |  |  |         </ul> | 
					
						
							|  |  |  |     </article> | 
					
						
							| 
									
										
										
										
											2024-06-18 11:29:04 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |