mirror of
https://github.com/MrUnknownDE/bierkasten-casino.git
synced 2026-04-24 08:43:43 +02:00
13 lines
387 B
HTML
13 lines
387 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Bierbaron Casino</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body style="margin:0;background:#0b0b10;color:#f5f5f5;font-family:system-ui,sans-serif;">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|