windows-iso-downloader/frontend/index.html
Shekhar Vaidya a8f9ba1da1 feat(frontend): add Google Search Console verification meta tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 20:51:28 +05:30

26 lines
1.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Windows ISO Downloader | Official Microsoft Images</title>
<meta name="description" content="Download official Microsoft Windows ISO files for Windows 11, 10, and 8.1. Fast, free, no registration required." />
<meta property="og:site_name" content="MSDL — Windows ISO Downloader" />
<meta property="og:title" content="Windows ISO Downloader | Official Microsoft Images" />
<meta property="og:description" content="Download official Microsoft Windows ISO files. Fast, free, no registration." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://msdl.tech-latest.com/" />
<meta property="og:image" content="https://msdl.tech-latest.com/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Windows ISO Downloader | Official Microsoft Images" />
<meta name="twitter:description" content="Download official Microsoft Windows ISO files. Fast, free, no registration." />
<meta name="twitter:image" content="https://msdl.tech-latest.com/og-image.png" />
<meta name="google-site-verification" content="THUig8dpFIXkQdfkC4k5dlkQjbKJI1SD5w--hdvZAu0" />
<meta name="theme-color" content="#111113" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>