ClaimCheckAI / ui /claimcheck-ui /index.html
stutiagrawal's picture
adding the ui files
a45ece3
Raw
History Blame Contribute Delete
345 Bytes
<!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>