blob: 6ba87ec345ec99f04faed94f259519013e663788 (
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
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE html>
<html class="h-full" lang="ru">
<head>
<title>Обо мне. Анна, хватит!</title>
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<!-- OG -->
<meta property="og:title" content="Анна, хватит!" />
<meta property="og:description" content="TODO" />
<meta property="og:image" content="https://anna-hvatit.mlibren.com/og-images/common.jpg" />
<meta property="og:url" content="https://anna-hvatit.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="relative">
<div class="fixed top-0 translate-x-12 translate-y-10 z-40 right-0">
<span class="font-bold text-black rotate-45 w-[200px] text-center block bg-yellow-400">В разработке</span>
</div>
<!-- %include.header% -->
<main>
<div class="mx-auto flex flex-col-reverse py-12 md:grid gap-4 grid-cols-12 container max-sm:px-5">
<section class="col-span-9">
<h1 class="text-2xl font-serif first-letter:capitalize">Обо мне</h1>
<p>todo</p>
</section>
<!-- %include.sidebar% -->
</div>
</main>
<!-- %include.footer% -->
</body>
</html>
|