14 lines
401 B
HTML

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#ffffff" />
<title>Fami</title>
</head>
<body>
<div id="external-admin-root"></div>
<script type="module" src="/external-admin/src/main.jsx"></script>
</body>
</html>