Files
Papo/frontend/index.html
Pepe44DEV 40af301188
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
Add Vite+React frontend scaffold, update build pipeline, dashboard tweaks
2026-07-01 04:02:41 +02:00

14 lines
341 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Papo Dashboard</title>
<script>__PAPO_CONFIG__</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>