mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
{{ template "static" }}
|
||
|
<link
|
||
|
href="/static/error-image.css"
|
||
|
rel="stylesheet"
|
||
|
>
|
||
|
|
||
|
<title>Micrach</title>
|
||
|
<!-- Primary Meta Tags -->
|
||
|
<meta charset="UTF-8"/>
|
||
|
<meta name="title" content="Micrach">
|
||
|
<meta name="description" content="Single board imageboard.">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- Open Graph / Facebook -->
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta property="og:url" content="https://micrach.igonin.dev/">
|
||
|
<meta property="og:title" content="Micrach">
|
||
|
<meta property="og:description" content="Single board imageboard.">
|
||
|
<meta property="og:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||
|
|
||
|
<!-- Twitter -->
|
||
|
<meta property="twitter:card" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||
|
<meta property="twitter:url" content="https://micrach.igonin.dev/">
|
||
|
<meta property="twitter:title" content="Micrach">
|
||
|
<meta property="twitter:description" content="Single board imageboard.">
|
||
|
<meta property="twitter:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="h-100 d-flex justify-content-center align-items-center flex-column">
|
||
|
<h1>404</h1>
|
||
|
<h1>PAGE NOT FOUND</h1>
|
||
|
<img
|
||
|
class="error-image"
|
||
|
src="/static/images/errors/404.png"
|
||
|
alt="All broken"
|
||
|
>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|