Files
ksan f1d11085a1
CI/CD / build (push) Failing after 6s
CI/CD / deploy (push) Has been skipped
testing build and deploy
2026-05-31 14:25:07 +02:00

16 lines
274 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Testapp</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>