Files
nevedom/index.html

21 lines
1.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="colors.css">
<title>Неведомая Хрень</title>
<link rel="canonical" href="https://nevedom.kernils.ru/">
<meta name="description" content="Cайт канала Неведомая Хрень в Telegram. Здесь вы найдете информацию о канале. Присоединяйтесь!" />
<link rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/">
<meta name="author" content="Неведомая Хрень">
<meta name="keywords" content="Телеграм, канал, Неведомая Хрень, антиутопия">
<meta name="rating" content="general" />
</head>
<body class="dark:bg-gray-950 dark:text-white">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>