viktor-reference/index.html
2023-07-17 14:53:07 +02:00

31 lines
1.6 KiB
HTML
Raw 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="en">
<head>
<meta charset="UTF-8" />
<link rel="favicon" href="favicon.png" type="image/png" />
<link rel="icon" href="favicon.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Viktor Kraastav Reference Page</title>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f8ebdd" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2d4c5a" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@SebinNyshkim" />
<meta name="twitter:creator" content="@SebinNyshkim" />
<meta name="twitter:title" content="Viktor Kraastav - Reference Page" />
<meta name="twitter:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" />
<meta name="twitter:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Viktor Kraastav - Reference Page" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="de_DE" />
<meta property="og:url" content="https://ref.sebin-nyshkim.net/viktor/" />
<meta property="og:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" />
<meta property="og:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" />
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>