mirror of
https://github.com/XFox111/bonch-calendar.git
synced 2026-04-22 07:08:01 +03:00
56 lines
2.6 KiB
HTML
56 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/bonch-calendar.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&display=swap" rel="stylesheet">
|
|
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#FFFFFF" />
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#4D4D4D" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
|
|
<title>Бонч.Календарь</title>
|
|
|
|
<meta name="description" content="Смотри расписание СПбГУТ в своем календаре" />
|
|
<link rel="author" href="https://xfox111.net" />
|
|
<meta name="author" content="Eugene Fox" />
|
|
<meta name="keywords"
|
|
content="Bonch,SPbSUT,Бонч,СПбГУТ,расписание,календарь,пары,schedule,timetable,classes,calendar,Eugene Fox,Michael Gordeev,Mikhail Gordeev" />
|
|
<link rel="canonical" href="https://bonch.xfox111.net" />
|
|
<meta property="og:title" content="Бонч.Календарь" />
|
|
<meta property="og:description" content="Смотри расписание СПбГУТ в своем календаре" />
|
|
<meta property="og:site_name" content="bonch.xfox111.net" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:locale" content="ru_RU" />
|
|
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="600" />
|
|
<meta property="og:image" content="https://bonch.xfox111.net/opengraph.png" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@xfox111" />
|
|
<meta name="twitter:title" content="Бонч.Календарь" />
|
|
<meta name="twitter:description" content="Смотри расписание СПбГУТ в своем календаре" />
|
|
|
|
<meta name="twitter:image:type" content="image/png" />
|
|
<meta name="twitter:image:width" content="1200" />
|
|
<meta name="twitter:image:height" content="600" />
|
|
<meta name="twitter:image" content="https://bonch.xfox111.net/opengraph.png" />
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16" />
|
|
<link rel="icon" href="/bonch-calendar.svg" type="image/svg+xml" sizes="any" />
|
|
<link rel="apple-touch-icon" href="/apple-icon.png" type="image/png" sizes="180x180" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html>
|