Files
Nitro-V3/index.html
T
2026-05-20 11:36:00 +02:00

14 lines
416 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Nitro</title>
<script async defer src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/bootstrap.ts"></script>
</body>
</html>