Fixes part 1
This commit is contained in:
		
							parent
							
								
									3d81c69d53
								
							
						
					
					
						commit
						cd28174c54
					
				
					 8 changed files with 57 additions and 57 deletions
				
			
		
							
								
								
									
										32
									
								
								social_platforms/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								social_platforms/index.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,32 @@ | |||
| <!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"> | ||||
|     <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> | ||||
|       <nav> | ||||
|         <ul class="folder-list"> | ||||
|           <li class="folder-list-item"> | ||||
|             <a class="folder-link" href="irc_clients.html">IRC Clients</a> | ||||
|           </li> | ||||
|           <li class="folder-list-item"> | ||||
|             <a class="folder-link" href="matrix_clients.html">Matrix Clients</a> | ||||
|           </li> | ||||
|           <li class="folder-list-item"> | ||||
|             <a class="folder-link" href="signal_clients.html">Signal Clients</a> | ||||
|           </li> | ||||
|           <li class="folder-list-item"> | ||||
|             <a class="folder-link" href="other_platforms.html">Other Platforms</a> | ||||
|           </li> | ||||
|         </ul> | ||||
|       </nav> | ||||
|     </article> | ||||
| </body> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Patrick_Pluto
						Patrick_Pluto