diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-20 01:12:44 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-20 01:12:44 +0500 |
| commit | 172ebc2cefcc3887b4b2a364eca93cbf8aa4e0c4 (patch) | |
| tree | 60af3651b3bce781f71267789d7e6d92dbf15d59 /src/pages/templates | |
| parent | 1ff2667b40a6956ffefbff20bdc87d2692e4ddd3 (diff) | |
feat
Diffstat (limited to 'src/pages/templates')
| -rw-r--r-- | src/pages/templates/tags.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/pages/templates/tags.html b/src/pages/templates/tags.html new file mode 100644 index 0000000..f7e69da --- /dev/null +++ b/src/pages/templates/tags.html @@ -0,0 +1,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">Категория <!-- %cgi.tag% --></h1> + <!-- %cgi.list% --> + </section> + <!-- %include.sidebar% --> + </div> + </main> + <!-- %include.footer% --> +</body> + +</html>
\ No newline at end of file |
