2025-03-17 09:39:04 +07:00
|
|
|
<!DOCTYPE html>
|
2025-12-10 08:41:30 +07:00
|
|
|
<html lang="en" data-theme="light">
|
2025-03-17 09:39:04 +07:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>Backoffice</title>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2025-04-03 16:28:54 +07:00
|
|
|
<link rel="icon" type="image/x-icon" href="/logos/simple.svg" />
|
2025-03-17 09:39:04 +07:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-04-10 14:47:24 +07:00
|
|
|
<div id="root"><div style="display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9fafb"><div style="width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite"></div></div><style>@keyframes spin{to{transform:rotate(360deg)}}</style></div>
|
2025-03-17 09:39:04 +07:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|