27 lines
		
	
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
| 
 | |
|     <title>404 - char.lt</title>
 | |
| 
 | |
|     <link rel="stylesheet" href="/css/layout.css" />
 | |
|     <link rel="stylesheet" href="/css/styles.css" />
 | |
| 
 | |
|     <link rel="stylesheet" href="/inter/inter.css" />
 | |
| 
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <div class="page-wrapper">
 | |
|       <main>
 | |
|         <h1>not found :(</h1>
 | |
|         <p>
 | |
|           sorry, this link doesn't work! why not learn
 | |
|           <a href="/">about me</a> instead?
 | |
|         </p>
 | |
|       </main>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |