mirror of
				https://github.com/yanislav-igonin/micrach
				synced 2025-11-04 02:27:02 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			528 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			528 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  {{ template "static" }}
 | 
						|
  <link href="/static/styles/error-image.css" rel="stylesheet">
 | 
						|
  {{ template "meta-tags-static" }}
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <div class="vh-100 d-flex justify-content-center align-items-center flex-column">
 | 
						|
    <h1>500</h1>
 | 
						|
    <h1 class="text-center">SOMETHING IS BROKEN</h1>
 | 
						|
    <a href="/" class="error-image-link">
 | 
						|
      <img
 | 
						|
        class="error-image"
 | 
						|
        src="/static/images/errors/500.png"
 | 
						|
        alt="All broken"
 | 
						|
      >
 | 
						|
    </a>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |