Files
SSA-Admin-Panel/index.html
YasinShaikh123 98f0e9dd29 update fav icon
2025-06-05 16:15:45 +05:30

16 lines
412 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" name="referrer" content="strict-origin-when-cross-origin" />
<link rel="icon" type="image/png+xml" href="/src/assets/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>