mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
31 lines
1.1 KiB
HTML
31 lines
1.1 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" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<title>Snigdha OS - Advanced Penetration Testing Distribution</title>
|
|
<!-- Start Single Page Apps for GitHub Pages -->
|
|
<script type="text/javascript">
|
|
// Single Page Apps for GitHub Pages
|
|
// MIT License
|
|
// https://github.com/rafgraph/spa-github-pages
|
|
(function(l) {
|
|
if (l.search[1] === '/' ) {
|
|
var decoded = l.search.slice(1).split('&').map(function(s) {
|
|
return s.replace(/~and~/g, '&')
|
|
}).join('?');
|
|
window.history.replaceState(null, null,
|
|
l.pathname.slice(0, -1) + decoded + l.hash
|
|
);
|
|
}
|
|
}(window.location))
|
|
</script>
|
|
<!-- End Single Page Apps for GitHub Pages -->
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html> |