-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfoarea.html
More file actions
43 lines (40 loc) · 1.31 KB
/
infoarea.html
File metadata and controls
43 lines (40 loc) · 1.31 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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dark Web Aesthetic</title>
<link rel="stylesheet" href="infoarea.css">
<script src="infoarea.js" defer></script>
</head>
<body>
<div class="container">
<header class="header">
<h1>Welcome to the Unknown</h1>
</header>
<section class="content">
<p class="intro">Access Denied. Enter the code to proceed.</p>
<input class="code" type="text" id="codeInput" placeholder="Enter code">
<button onclick="checkCode()">Submit</button>
</section>
<br><br>
<div id="hack" class="hack">
<h2 class="hh1">Command is Start
<span class="shack shack1">.</span>
<span class="shack shack2">.</span>
<span class="shack shack3">.</span>
<span class="shack shack4">.</span>
<span class="shack shack5">.</span>
</h2>
<p><img class="kali-img" src="https://rare-gallery.com/thumbnail/1410545-backtrack-linux-computer-logo-hd-4k-dark-black.jpg" alt=""></p>
<p class="kali-name">KALI LINUX</p>
<h2 class="h2">Write command</h2>
<div class="terminal">
<div id="output"></div>
<input type="text" id="commandInput" placeholder="Enter command">
</div>
</div>
<a class="saqlain1_btn" href="JavaScript.html">Go Back</a>
</div>
</body>
</html>