-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (39 loc) · 1.87 KB
/
about.html
File metadata and controls
40 lines (39 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>About - KernelExpl0it</title>
<link rel="icon" href="static/penguin.png" type="image/x-icon">
<link rel="stylesheet" href="style/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
</head>
<body>
<div class="container">
<div class="header">
<h1>KernelExpl0it</h1>
</div>
<div class="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="trusted.html">Trusted Sources</a></li>
<li><a href="thanks.html">Honoring the Creators</a></li>
<li><a href="disclaimer.html">Disclaimer</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="content">
<h2>About KernelExpl0it</h2>
<div class="about-text">
<p>We are a small team of colossal nerds determined to make the world's #1 console exploit directory.</p>
<p>Between us, we have many years of experience modding consoles, and tinkering around with various tech-related things.
<p>Our team is currently comprised of <a href="https://github.com/OfficialJavaScript" target="_blank" class="whiteLnk">@OfficialJavaScript</a> and <a href="https://github.com/HeyJude007" target="_blank" class="whiteLnk">@HeyJude007</a>.</p>
<br><br>
</div>
</div>
</div>
<div class="footer">
<p>© 2025 <a class="footer-link" href="https://github.com/KernelExpl0it/" target="_blank">The KernelExpl0it Team.</a></p>
<p class="update">Last updated: 7th November 2025</p>
</div>
</body>
</html>