Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 25, 2024
1 parent fc59d10 commit 164dae4
Show file tree
Hide file tree
Showing 18 changed files with 194 additions and 187 deletions.
15 changes: 11 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
h1 {
font-size: 5rem;
margin: 0;
color: #ff616f;
color: #6495ed;
}
p {
font-size: 1.2rem;
Expand All @@ -40,13 +40,13 @@
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background-color: #ff616f;
background-color: #6495ed;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
a:hover {
background-color: #e0505e;
background-color: #4a7fcf;
}
.logo {
margin-bottom: 2rem;
Expand All @@ -56,6 +56,12 @@
height: auto;
}
</style>
<script>
// Redirect to homepage after 5 seconds
setTimeout(() => {
window.location.href = '/';
}, 5000);
</script>
</head>
<body>
<div class="container">
Expand All @@ -64,7 +70,8 @@
</div>
<h1>404</h1>
<p>Oops! The page you're looking for doesn't exist or has been moved.</p>
<a href="/">Go to Homepage</a>
<p>You will be redirected to the homepage in 5 seconds.</p>
<a href="/">Go to Homepage Now</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion assets/About-BQwefMhx.js → assets/About-k6Edehqy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/Donate-CpWzDHRz.js → assets/Donate-DVGRbIp_.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/Gallery-C36aDy0V.js → assets/Gallery-B2PLfQzm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/Home-ChZjRxmS.js → assets/Home-IIIg7eeT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/check-B_FwKd5J.js → assets/check-DGAa2y87.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c}from"./index-B4BwWmC3.js";/**
import{c}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
168 changes: 0 additions & 168 deletions assets/index-B4BwWmC3.js

This file was deleted.

168 changes: 168 additions & 0 deletions assets/index-BvOIUj_o.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/map-pin-DneReaiS.js → assets/map-pin-CTYvmUPE.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c}from"./index-B4BwWmC3.js";/**
import{c}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
2 changes: 1 addition & 1 deletion assets/proxy-CHulYgJl.js → assets/proxy-D9uQJ_ev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/star-DzIyx3kc.js → assets/star-B2NfwxQE.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c as o}from"./index-B4BwWmC3.js";/**
import{c as o}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c as e}from"./index-B4BwWmC3.js";/**
import{c as e}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
2 changes: 1 addition & 1 deletion assets/users-BOW1lTIL.js → assets/users-CaaW3j92.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c as e}from"./index-B4BwWmC3.js";/**
import{c as e}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
2 changes: 1 addition & 1 deletion assets/wifi-C9VN6tsR.js → assets/wifi-CWxkAxwi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{c as a}from"./index-B4BwWmC3.js";/**
import{c as a}from"./index-BvOIUj_o.js";/**
* @license lucide-react v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Title -->
<title>Snigdha OS - Advanced Penetration Testing Distribution</title>

<script type="module" crossorigin src="/assets/index-B4BwWmC3.js"></script>
<script type="module" crossorigin src="/assets/index-BvOIUj_o.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-InsxKvgR.css">
</head>

Expand Down

0 comments on commit 164dae4

Please sign in to comment.