Spaces:
Runtime error
Runtime error
File size: 345 Bytes
a45ece3 | 1 2 3 4 5 6 7 8 9 10 11 12 | <!doctype html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ClaimCheck.AI</title>
</head>
<body class="h-full">
<div id="root" class="h-full"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html> |