forked from ttt402d/toxic44442
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (100 loc) · 3.73 KB
/
index.html
File metadata and controls
103 lines (100 loc) · 3.73 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>! Ais here</title>
<style>
body {
background: url('https://media3.giphy.com/media/7OXmhlBM8EzDPKbiIA/200.gif?cid=6c09b9521pjhe13bk9usavloan5s9cuulrnfhvflvdu3188u&ep=v1_gifs_search&rid=200.gif&ct=g') no-repeat center center fixed;
background-size: cover;
color: red;
text-align: center;
font-family: Tempus Sans ITC
, sans-serif;
}
h1 {
font-size: 30px;
margin-top: 350px;
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
}
.info {
margin-top: 50px;
font-size: 30px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
.image-box {
border: 2px solid rgb(8, 8, 8);
padding: 1px;
display: inline-block;
}
.discord-link {
font-size: 24px;
margin-top: 20px;
text-decoration: none;
color: red;
}
</style>
</head>
<body>
<h1> by Cruor
& L7N & AbuSaud
& 6lqw </h1>
<div class="container">
<div class="image-box">
<img src= "https://i.pinimg.com/originals/04/67/ac/0467acd8140a9370d610bb2ac71aa305.gif" alt="Skull Image" width="500">
</div>
<div class="info" id="user-info">
<p><strong>IP:</strong> Loading...</p>
<p><strong>City:</strong> Loading...</p>
<p><strong>Country:</strong> Loading...</p>
<p><strong>Timezone:</strong> Loading...</p>
</div>
<a href="https://discord.gg/MP" class="discord-link" target="_blank">discord.gg/MP</a>
</div>
<audio autoplay loop>
<source src="https://github.com/ttt402d/toxic44442/raw/refs/heads/main/0131dddddd.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<script>
fetch('https://ipapi.co/json/')
.then(response => response.json())
.then(data => {
document.getElementById('user-info').innerHTML = `
<p><strong>IP:</strong> ${data.ip}</p>
<p><strong>City:</strong> ${data.city}</p>
<p><strong>Country:</strong> ${data.country_name}</p>
<p><strong>Timezone:</strong> ${data.timezone}</p>
`;
})
.catch(() => {
document.getElementById('user-info').innerHTML = '<p>Failed to load IP data.</p>';
});
window.onload = function() {
setTimeout(function() {
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
window.open('https://discord.gg/MP','_blank');
}, 5000);
}
</script>
</body>
</html>