edtech / apps /admin /index.html
CognxSafeTrack
feat: implement end-to-end B2B client management with Meta Embedded Signup
ddc506d
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EdTech Admin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Meta SDK for WhatsApp Embedded Signup -->
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
</body>
</html>