-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (33 loc) · 859 Bytes
/
index.html
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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JSWD</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Your</h1>
<h2>Firewall</h2>
<h3>Better</h3>
<h4>Be</h4>
<h5>Protected...</h5>
<h6>WE can see you</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio, voluptatem velit unde aut voluptates voluptatum tenetur! Nesciunt animi, illum accusantium quidem ipsum magni dolorum totam natus excepturi ab enim saepe!</p>
<ol>
<li>WE</li>
<li>Can</li>
<li>See</li>
<li>You</li>
</ol>
<ul>
<li>Your</li>
<li>Firewall</li>
<li>Ain't</li>
<li>Protected</li>
</ul>
<a href="./Trx.html">Smash</a>
<br/>
<a href="https://osintframework.com/" target="_blank">i can see you..</a>
</body>
</html>