-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (70 loc) · 3.52 KB
/
index.html
File metadata and controls
83 lines (70 loc) · 3.52 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EVIL CURRENCY WEBSITE</title>
<meta property="og:title" content="EVIL CURRENCY WEBSITE">
<meta property="og:description" content="scary shit.....">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mostevilsite.com/">
<meta property="og:image" content="https://mostevilsite.com/1997.gif">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="EVIL CURRENCY WEBSITE">
<meta name="twitter:description" content="scary shit.....">
<meta name="twitter:image" content="https://mostevilsite.com/1997.gif">
<style>
body {
background-color: #000000;
color: #FF0000;
font-family: 'Times New Roman', serif;
font-size: 14px;
text-align: center;
margin: 0;
padding: 20px;
}
h1 {
color: #FF0000;
font-size: 32px;
font-weight: bold;
margin: 20px 0;
}
.warning {
color: #FF0000;
margin: 20px 0;
font-weight: bold;
}
.contact {
margin-top: 40px;
font-size: 12px;
color: #800080;
}
.contact a {
color: #FF0000;
text-decoration: none;
}
.contact a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>EVIL CURRENCY WEBSITE</h1>
<img src="1997.gif" alt="the pattern..." style="max-width: 300px; margin: 20px auto; display: block; border: 2px solid #FF0000;">
<div class="warning">
<strong>HEROBRINE IS REAL!!!</strong><br>
</div>
<div style="color: #800080;">
By visiting this website, you acknowledge and consent that I may freely and without limitation: <br>
collect, store, process, analyze, aggregate, profile, infer, derive, and monetize
all your personal data, sensitive personal data, biometric data, health data, financial data, location history, precise geolocation, movement patterns, IP address, device IDs, advertising IDs, browser fingerprints, hardware specs, OS details, installed apps, contacts, call logs, SMS/MMS, emails, photos, videos, audio recordings, screen activity, keystrokes, mouse movements, clipboard content, search history, browsing history, clicked links, viewed content, timestamps, session duration, referral sources, payment info, passwords (if entered), cookies, trackers, third-party data, social graph, behavioral patterns, psychographic profile, purchase history, creditworthiness inferences, employment data, education history, criminal records (if accessible), political opinions, religious beliefs, sexual orientation, gender identity, genetic data, and any other data obtainable now or in the future
from this device, linked devices, associated accounts, cross-site tracking, data brokers, public sources, partners, advertisers, apps, OS telemetry, and any other origin
with no notice, no opt-out, no deletion right, no restriction on duration, sharing, sale, licensing, transfer, or commercial exploitation whatsoever.
<br>You waive all rights under GDPR, CCPA, LGPD, and similar laws. <br>
This consent is irrevocable.
</div>
<div class="contact">
Contact: <a href="mailto:jeevacation@gmail.com">jeevacation@gmail.com</a>
</div>
</body>
</html>