added file structure
This commit is contained in:
		
							parent
							
								
									978ab24728
								
							
						
					
					
						commit
						3217e2126a
					
				
					 76 changed files with 0 additions and 0 deletions
				
			
		|  | @ -1,43 +0,0 @@ | |||
| <!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"> | ||||
| </head> | ||||
| <body> | ||||
|     <header> | ||||
|         <div class="header-content"> | ||||
|             <div class="project-name"><a href="index.html">FOSS alternative</a></div> | ||||
|             <button class="burger-menu" onclick="toggleMenu()">☰</button> | ||||
|             <ul class="menu"> | ||||
|                 <li><a href="../games.html">Games</a></li> | ||||
|                 <li><a href="../general.html">General</a></li> | ||||
|                 <li><a href="../tools.html">Tools</a></li> | ||||
|                 <li><a href="../media.html">Multimedia</a></li> | ||||
|                 <li><a href="../os.html">OS</a></li> | ||||
|                 <li><a href="../social-media.html">Social media</a></li> | ||||
|             </ul> | ||||
|         </div> | ||||
|     </header> | ||||
|     <article> | ||||
|         <h1>Game List</h1> | ||||
|         <h2>Fully Free</h2> | ||||
|         <ul class="fully-free"> | ||||
|             <li>Rigs of Rods</li> | ||||
|             <li>FlightGear</li> | ||||
|         </ul> | ||||
|          | ||||
|         <h2>Non-Free Assets</h2> | ||||
|         <ul class="non-free-assets"> | ||||
|         </ul> | ||||
|     </article> | ||||
|     <script> | ||||
|       function toggleMenu() { | ||||
|         const menu = document.querySelector(".menu"); | ||||
|         menu.classList.toggle("active"); | ||||
|       } | ||||
|     </script> | ||||
| </body> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM