Files
tueem 8587b9577a
build / Go-Build (push) Successful in 1m31s
docker / docker (push) Successful in 4m17s
feat(frontend): add delete all buttons to admin page
2026-06-24 15:56:53 +02:00

14 lines
367 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Outfit-Voting Abi26</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>