mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 12:16:43 +02:00
78 lines
3.5 KiB
HTML
78 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Meta Tags for SEO -->
|
|
<meta name="description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
|
<meta name="keywords" content="Penetration Testing, Security, OS, Vulnerability Assessment, Snigdha OS, Ethical Hacking, Security Testing" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Open Graph Tags for Social Media -->
|
|
<meta property="og:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
|
|
<meta property="og:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
|
<meta property="og:image" content="https://snigdha-os.github.io/snigdhaos-og.png" />
|
|
<meta property="og:url" content="https://snigdha-os.github.io/" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<!-- Twitter Card Tags -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
|
|
<meta name="twitter:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
|
<meta name="twitter:image" content="https://snigdha-os.github.io/snigdhaos-og.png" />
|
|
|
|
<!-- Author and Contributors -->
|
|
<meta name="author" content="eshanized" />
|
|
<meta name="contributor" content="d3v1l0n" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
|
|
<!-- Canonical Link to prevent duplicate content issues -->
|
|
<link rel="canonical" href="https://snigdha-os.github.io/" />
|
|
|
|
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
|
|
|
|
<!-- Structured Data: JSON-LD for better understanding of page content -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "Snigdha OS",
|
|
"url": "https://snigdha-os.github.io/",
|
|
"description": "Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments.",
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Snigdha OS Team",
|
|
"logo": "https://snigdha-os.github.io/snigdhaos-logo.png"
|
|
},
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "eshanized"
|
|
},
|
|
"contributor": [
|
|
{
|
|
"@type": "Person",
|
|
"name": "d3v1l0n"
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
|
|
<!-- Google Fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Title -->
|
|
<title>Snigdha OS - Advanced Penetration Testing Distribution</title>
|
|
<meta name="google-site-verification" content="V5qnznNqw2N9-yxjFmXvkRYIb6Qh9dAKnzPw6QKv2m4" />
|
|
<meta name="google-site-verification" content="1fsoSan_BlbCwim6c1cBSPUWdMq1RQg4fyrzHWOFImg" />
|
|
<meta name="google-site-verification" content="uH6Cg9bZtop1l40RKXBRA_6xNPSJtjsorao0n1sYaYY" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|