Files
2026-02-27 10:01:19 +01:00

40 lines
1.3 KiB
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#0F172A" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Nadiri Timer" />
<link rel="apple-touch-icon" href="/icon-192.svg" />
<title>Nadiri Sports</title>
<style>
html, body {
margin: 0;
padding: 0;
background: #0F172A;
color: #e8e8e8;
font-family: system-ui, -apple-system, sans-serif;
overflow: hidden;
height: 100%;
}
#root {
min-height: 100%;
}
</style>
<script type="module" crossorigin src="/assets/index-DKJsxQTf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CFG2ZxhD.css">
</head>
<body>
<div id="root"></div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js');
}
</script>
</body>
</html>