-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.48 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ARCHKHERT / archkhertdev</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script defer src="script.js"></script>
</head>
<body>
<div id="landing" class="center-box">
<h1>ARCHKHERT / archkhertdev</h1>
<div id="live-clock" class="clock"></div>
<button onclick="goToInfo()">Click Me</button>
</div>
<div id="info" class="info-box hidden">
<p>
Hi! I'm <strong>ARCHKHERT</strong>, also known as <strong>archkhertdev</strong> on GitHub!<br><br>
I am an Aviation and Linux Enthusiast! I love creating ethical hacking tools such as:<br>
- WiFi attack tools<br>
- IP tracer and logger scripts<br>
- Username scrapers<br>
- Custom AI chatbots<br><br>
I do all of these in a safe and ethical way. I have no intentions of doing unethical or illegal activities using my skills!
</p>
<div class="files-box">
<h2>Access ARCHKHERT / archkhertdev public files for free</h2>
<a class="access-button" href="https://drive.google.com/drive/folders/12MV-JP84MU-O_ndvHZqQb_kH7Wzy2d8p" target="_blank">Access Files</a>
<p class="warning">
DO NOT ATTEMPT TO SELL THOSE FILES. USE THOSE FILES FOR EDUCATIONAL PURPOSES ONLY!
</p>
</div>
</div>
</body>
</html>