Files
SSA-Admin-Panel/index.html

17 lines
481 B
HTML
Raw Normal View History

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