mirror of
https://github.com/Snigdha-OS/snigdhaos-tools.git
synced 2025-09-04 01:46:37 +02:00
59 lines
2.6 KiB
HTML
59 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="robots" content="index, follow" /> <!-- Tell search engines to index the page -->
|
|
|
|
<meta name="description" content="Snigdha OS Tools: A collection of web-based utilities by Eshanized to enhance productivity." />
|
|
<!-- Meta description for search engines, including the name "Eshanized" -->
|
|
|
|
<meta name="author" content="Eshanized" />
|
|
<!-- Specify author of the content -->
|
|
|
|
<meta name="keywords" content="Eshanized, Snigdha OS Tools, productivity tools, web utilities, security tools, network tools" />
|
|
<!-- Include relevant keywords like "Eshanized" to help with ranking -->
|
|
|
|
<meta property="og:title" content="Snigdha OS Tools | Enhance Your Productivity" />
|
|
<!-- Open Graph title for social media -->
|
|
|
|
<meta property="og:description" content="Explore Snigdha OS Tools by Eshanized—web-based utilities for network security, productivity, and more." />
|
|
<!-- Open Graph description for social media -->
|
|
|
|
<meta property="og:image" content="https://example.com/path-to-image.jpg" />
|
|
<!-- Open Graph image for social sharing (add your image URL) -->
|
|
|
|
<meta property="og:url" content="https://Snigdha-OS.github.io/snigdhaos-tools/" />
|
|
<!-- Open Graph URL for social sharing -->
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<!-- Twitter card type (this will show the image and description in a tweet) -->
|
|
|
|
<meta name="twitter:title" content="Snigdha OS Tools | Enhance Your Productivity" />
|
|
<!-- Twitter title -->
|
|
|
|
<meta name="twitter:description" content="Explore Snigdha OS Tools by Eshanized—web-based utilities for network security, productivity, and more." />
|
|
<!-- Twitter description -->
|
|
|
|
<meta name="twitter:image" content="https://example.com/path-to-image.jpg" />
|
|
<!-- Twitter image -->
|
|
|
|
<meta name="twitter:creator" content="@Eshanized" />
|
|
<!-- Twitter handle of the author -->
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<link rel="canonical" href="https://Snigdha-OS.github.io/snigdhaos-tools/" />
|
|
<!-- Canonical URL for SEO, ensuring it points to the correct page -->
|
|
|
|
<title>Snigdha OS Tools | Enhance Your Productivity</title>
|
|
<!-- Title of the page that will be displayed on search engine results -->
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" />
|
|
<!-- Google Font for typography (optional) -->
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|