-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscam.html
More file actions
37 lines (34 loc) · 775 Bytes
/
scam.html
File metadata and controls
37 lines (34 loc) · 775 Bytes
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>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
</style>
<style>
body {
background-color: white;
}
</style>
<title>Oops!</title>
<body>
<center><p>This webite may be trying to SCAM you! Proceed with caution.</p></center>
<center><p>Read more about generator scams below:</p></center>
<center><iframe src="https://www.freegenday.com/generator-scam-short/" width="500" height="300"></iframe></center>
</body>
</html>