nvj-turnierplaner2/index.html
2026-01-23 10:48:07 +01:00

29 lines
1.1 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="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NVJ Turnierplaner Volleyball-Turniere organisieren</title>
<meta name="description" content="Organisiere Volleyball-Turniere einfach und übersichtlich mit dem NVJ Turnierplaner. Bundesliga und Champions League." />
<meta name="author" content="NVJ" />
<meta name="theme-color" content="#2563eb" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/volleyball.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/volleyball.svg" />
<!-- Open Graph / Social Media -->
<meta property="og:title" content="NVJ Turnierplaner" />
<meta property="og:description" content="Volleyball-Turniere einfach organisieren" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>