mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-07 21:35:13 +02:00
56 lines
2.2 KiB
HTML
56 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Title -->
|
|
<title>SNIGDHA OS - Arch based Linux Distribution for Penetration Testing and Ethical Hacking</title>
|
|
|
|
<!-- Meta Description -->
|
|
<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."
|
|
/>
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<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."
|
|
/>
|
|
<meta property="og:url" content="https://snigdhaos.com/" />
|
|
<meta property="og:image" content="https://snigdhaos.com/og-image.png" />
|
|
|
|
<!-- Twitter -->
|
|
<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."
|
|
/>
|
|
<meta name="twitter:image" content="https://snigdhaos.com/twitter-image.png" />
|
|
|
|
<!-- Author -->
|
|
<meta name="author" content="Snigdha OS Team" />
|
|
|
|
<!-- Theme Color -->
|
|
<meta name="theme-color" content="#4f46e5" />
|
|
|
|
<!-- Keywords -->
|
|
<meta
|
|
name="keywords"
|
|
content="Linux, Linux Distribution, Snigdha OS, Operating System, GNU/Linux, Open Source, Desktop Environment, Linux for Developers"
|
|
/>
|
|
|
|
<!-- Robots -->
|
|
<meta name="robots" content="index, follow" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|