diff options
Diffstat (limited to 'src/pages/index.html')
| -rw-r--r-- | src/pages/index.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/pages/index.html b/src/pages/index.html index 48d5b05..f78a5bb 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -2,13 +2,13 @@ <html class="h-full" lang="ru"> <head> - <title>Анна, Хватит!</title> + <title>Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> - <meta property="og:title" content="TODO" /> + <meta property="og:title" content="Анна, хватит!" /> <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: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"> @@ -17,9 +17,6 @@ </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"> |
