blob: e2ee9d537ed84ccb8b4cd18a50baef930833854e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE html>
<html class="h-full" lang="ru">
<head>
<title>Страница не найдена</title>
<!-- OG -->
<meta property="og:title" content="TODO" />
<meta property="og:description" content="TODO" />
<meta property="og:image" content="TODO" />
<meta property="og:url" content="https://mnik01-blog.mlibren.com" />
<meta property="og:type" content="website" />
<!-- OG -->
<meta charset="UTF-8">
<link href="/main.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="flex h-screen w-screen items-center flex-col gap-4 justify-center">
<a href="/"><img width="96" height="96" src="/assets/icons/logo.svg" alt="logo letter M"></a>
<h1 class="underline underline-offset-6 decoration-indigo-600 decoration-wavy text-2xl first-letter:capitalize font-serif">страница не найдена</h1>
</body>
</html>
|