care-count / index.html
Tolani Akinola
Add Vercel static embed for Care Count demo
c05a0d8
raw
history blame contribute delete
622 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Care Count Demo</title>
<style>
html, body, iframe { height: 100%; margin: 0; padding: 0; border: 0; }
body { display: flex; }
iframe { flex: 1; width: 100%; }
</style>
</head>
<body>
<!-- Replace with your live app URL -->
<iframe
src="https://huggingface.co/spaces/focustiki/care-count?embed=true"
allow="clipboard-read; clipboard-write; microphone; camera"
loading="eager">
</iframe>
</body>
</html>