mirror of
https://github.com/ManInDark/ReactHolidays.git
synced 2026-01-20 14:24:27 +01:00
28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en" prefix="og: https://ogp.me/ns/website#">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Holiday List</title>
|
|
<meta property="og:title" content="Holidays" />
|
|
<meta property="og:description" content="This website shows holidays of the current as well as other years." />
|
|
<meta property="og:url" content="https://holidays.own.manindark.me" />
|
|
<meta property="og:locale" content="de_DE" />
|
|
<meta property="og:site_name" content="Holidays" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="application-name" content="Holidays" />
|
|
<meta name="application-title" content="Holidays" />
|
|
<meta name="description" content="This website shows holidays of the current as well as other years." />
|
|
<meta name="author" content="ManInDark" />
|
|
<meta name="generator" content="Vite" />
|
|
<meta name="keywords" content="holidays,react,calendar,germany,deutschland,DE" />
|
|
<meta name="referrer" content="no-referrer" />
|
|
<meta name="theme-color" content="#111827" />
|
|
<meta name="color-scheme" content="dark light" />
|
|
</head>
|
|
<body class="dark:bg-gray-900 dark:text-white flex justify-center">
|
|
<div class="container " id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|