Preperation for the licence
This commit is contained in:
		
							parent
							
								
									3217e2126a
								
							
						
					
					
						commit
						bbb39ad5d9
					
				
					 46 changed files with 354 additions and 975 deletions
				
			
		|  | @ -5,34 +5,17 @@ | |||
|         <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|         <title>FOSS Alternative</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> | ||||
|         <script src="../header.js" type="text/javascript" defer></script> | ||||
|         <script src="../burger.js" type="text/javascript" defer></script> | ||||
| </head> | ||||
| <body> | ||||
|     <header-component></header-component> | ||||
|         <article> | ||||
|         <h1>5/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>GIMP</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