| 
									
										
										
										
											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>FOSS Alternatives</title> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="styles.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> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:43:40 +02:00
										 |  |  |         <nav> | 
					
						
							|  |  |  |             <ul class="folder-list"> | 
					
						
							|  |  |  |                 <li class="folder-list-item"> | 
					
						
							|  |  |  |                     <a class="folder-link" href="internet_tools/browsers.html">Browser</a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |                 <li class="folder-list-item"> | 
					
						
							|  |  |  |                     <a class="folder-link" href="internet_tools/mail_clients.html">Mail</a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |                 <li class="folder-list-item"> | 
					
						
							|  |  |  |                     <a class="folder-link" href="internet_tools//search_engines.html">Search egine</a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |             </ul> | 
					
						
							|  |  |  |         </nav> | 
					
						
							| 
									
										
										
										
											2024-06-18 11:29:04 +02:00
										 |  |  |     </article> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       function toggleMenu() { | 
					
						
							|  |  |  |         const menu = document.querySelector(".menu"); | 
					
						
							|  |  |  |         menu.classList.toggle("active"); | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     </script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |