mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			331 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			331 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
permalink: "404.html"
 | 
						|
title: "Error 404"
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<section class="container centered">
 | 
						|
    <div class="error">
 | 
						|
        <h1>404</h1>
 | 
						|
        <h2>Page Not Found</h2>
 | 
						|
        <p>Sorry, this page does not exist.<br/>You can head back to <a href="{{ site.baseurl | uri_escape }}">homepage</a>.</p>
 | 
						|
    </div>
 | 
						|
</section>
 |