This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files

15 lines
360 B
HTML
Raw Permalink Normal View History

2025-09-03 17:02:24 +05:30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin Control Panel</title>
</head>
2025-09-30 18:49:38 +05:30
<body style="overflow: hidden;">
2025-09-03 17:02:24 +05:30
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>