mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			763 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			763 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en-gb">
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta content="initial-scale=1, width=device-width" name="viewport">
 | |
|     <link href="/css/styles.css" rel="stylesheet">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <header class="navbar" role="banner">
 | |
|         <ul class="navbar__nav" role="navigation">
 | |
|             <li class="navbar__nav-item navbar__nav-item--home"><a href="/">Simple Icons</a></li>
 | |
|             <li class="navbar__nav-item"><a href="https://github.com/danleech/simple-icons/blob/master/README.md">About</a></li>
 | |
|             <li class="navbar__nav-item"><a href="https://github.com/danleech/simple-icons">GitHub</a></li>
 | |
|         </ul>
 | |
|     </header>
 | |
|     <main role="main">
 | |
|     </main>
 | |
|     <footer role="contentinfo">
 | |
|     </footer>
 | |
| </body>
 | |
| </html>
 |