Preperation for the licence
This commit is contained in:
		
							parent
							
								
									3217e2126a
								
							
						
					
					
						commit
						bbb39ad5d9
					
				
					 46 changed files with 354 additions and 975 deletions
				
			
		|  | @ -5,22 +5,11 @@ | |||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Game List</title> | ||||
|     <link rel="stylesheet" href="../list.css"> | ||||
|     <script src="../header.js" type="text/javascript" defer></script> | ||||
|     <script src="../burger.js" type="text/javascript" defer></script> | ||||
| </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> | ||||
|     <header-component></header-component> | ||||
|     <article> | ||||
|         <h1>Game List</h1> | ||||
|         <h2>Fully Free</h2> | ||||
|  | @ -37,11 +26,5 @@ | |||
|             <li>Daggerfall Unity</li> | ||||
|         </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