mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-21 19:44:56 +02:00
✨ style(content): update ++
This commit is contained in:
44
index.html
44
index.html
@@ -4,7 +4,49 @@
|
||||
<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>Vite + React + TS</title>
|
||||
|
||||
<!-- 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>
|
||||
|
Reference in New Issue
Block a user