PRESUNI_BPOM / frontend /index.html
Expanic's picture
Deploy React + FastAPI to HuggingFace Spaces
03442f1
Raw
History Blame Contribute Delete
713 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BPOM Compliance AI UI Redesign</title>
<meta name="description" content="Streamlines Indonesian food product registration by automating BPOM compliance checks with clear results, editable AI insights, and downloadable reports." />
<meta name="robots" content="noindex, nofollow" />
<style>html, body { height: 100%; margin: 0; } #root { height: 100%; }</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>