Files
SSA-Admin-Panel/index.html

14 lines
372 B
HTML
Raw Normal View History

2025-01-15 12:38:29 +05:30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-01-15 16:56:25 +05:30
<title>SEO Admin</title>
2025-01-15 12:38:29 +05:30
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>