Add dist folder to git

This commit is contained in:
Andre
2026-02-27 09:50:50 +01:00
parent eeaaf8811e
commit 5a035134b2
5 changed files with 50 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f0f0f" />
<title>Nadiri Sports</title>
<style>
html, body {
margin: 0;
padding: 0;
background: #0f0f0f;
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-DwSC3Fr9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D9hi2kGf.css">
</head>
<body>
<div id="root"></div>
</body>
</html>