mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
87 lines
3.7 KiB
HTML
87 lines
3.7 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="/snigdhaos-og.png" />
|
|
<meta property="og:url" content="https://www.snigdhaos.org" />
|
|
<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="/snigdhaos-og.png" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
|
|
<!-- Canonical Link to prevent duplicate content issues -->
|
|
<link rel="canonical" href="https://www.snigdhaos.org" />
|
|
|
|
<!-- 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://www.snigdhaos.org",
|
|
"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://www.snigdhaos.org/snigdhaos-logo.png"
|
|
}
|
|
}
|
|
</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>
|
|
|
|
<!-- Single Page Apps for GitHub Pages (SPA) Script -->
|
|
<script type="text/javascript">
|
|
(function(l) {
|
|
if (l.search && l.search.startsWith('/')) {
|
|
// Extract the search string and remove the leading slash
|
|
const originalQuery = l.search.slice(1);
|
|
|
|
// Split by '&' and process each part
|
|
const decodedParts = originalQuery
|
|
.split('&')
|
|
.filter(Boolean) // Remove empty parts
|
|
.map(part => part.replace(/~and~/g, '&')); // Replace "~and~" with "&"
|
|
|
|
// Join the parts back into a valid query string
|
|
const decodedQuery = decodedParts.join('&');
|
|
|
|
// Avoid applying the replacement if the query string is unchanged
|
|
const newUrl = `${l.pathname.slice(0, -1)}${decodedQuery ? `?${decodedQuery}` : ''}${l.hash}`;
|
|
if (newUrl !== l.href) {
|
|
window.history.replaceState(null, '', newUrl);
|
|
}
|
|
}
|
|
})(window.location);
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|