2025-01-15 12:38:29 +05:30
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
2025-03-06 13:16:38 +05:30
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" name="referrer" content="strict-origin-when-cross-origin" />
|
2025-06-05 16:15:45 +05:30
|
|
|
<link rel="icon" type="image/png+xml" href="/src/assets/favicon.png" />
|
2025-03-06 13:16:38 +05:30
|
|
|
<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>
|