Files
Snigdha-OS.github.io/index.html
2024-12-23 03:03:16 +05:30

103 lines
4.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon: A small icon displayed in the browser tab -->
<link rel="icon" href="https://snigdha-os.github.io/assets/images/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title of the Website: This appears in the browser tab and search results -->
<title>SNIGDHA OS | Arch-based Linux Distribution for Penetration Testing and Ethical Hacking</title>
<!-- Meta Description: A brief summary of your website's content for search engines and social media. -->
<meta
name="description"
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
/>
<!-- Open Graph / Facebook Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="SNIGDHA OS | Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<meta
property="og:description"
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
/>
<meta property="og:url" content="https://snigdha-os.github.io/" />
<meta property="og:image" content="https://snigdha-os.github.io/assets/images/og-image.png" />
<meta property="og:site_name" content="SNIGDHA OS" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SNIGDHA OS | Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<meta
name="twitter:description"
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
/>
<meta name="twitter:image" content="https://snigdha-os.github.io/assets/images/twitter-image.png" />
<meta name="twitter:creator" content="@snigdhaos" />
<!-- Author Meta Tag -->
<meta name="author" content="Snigdha OS Team" />
<!-- Theme Color -->
<meta name="theme-color" content="#6495ed" />
<!-- Keywords for SEO -->
<meta
name="keywords"
content="Linux, Linux Distribution, Snigdha OS, Arch Linux, Penetration Testing, Ethical Hacking, Security, Open Source, Operating System, Desktop Environment, Linux for Developers, Cybersecurity"
/>
<!-- Robots Meta Tag -->
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://snigdha-os.github.io/" />
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="https://snigdha-os.github.io/apple-touch-icon.png">
<!-- Apple Startup Image -->
<link rel="apple-touch-startup-image" href="https://snigdha-os.github.io/apple-startup-image.png">
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Snigdha OS",
"url": "https://snigdha-os.github.io/",
"logo": "https://snigdha-os.github.io/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"areaServed": "Worldwide",
"availableLanguage": "English"
},
"sameAs": [
"https://www.facebook.com/Snigdha-OS",
"https://twitter.com/SnigdhaOS",
"https://github.com/Snigdha-OS"
]
}
</script>
<!-- Google Analytics Script -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-5HXGM54C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GTM-5HXGM54C');
</script>
</head>
<body>
<!-- Main content of the website will be rendered here by React -->
<div id="root"></div>
<!-- Entry point for the React app -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>