-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 2.46 KB
/
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AUTTP</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/JaidenSupport/AUTTP/main/auttp.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top">
<img src="https://raw.githubusercontent.com/JaidenSupport/AUTTP/main/antiuttplogo.png" alt="" class="logo">
</div>
<div class="main">
<div class="box">
<h2>The Anti-UTUBETROLLPOLICE (short for AUTTP) is a internet organization that is particularly active on YouTube and Discord. The AUTTP's goal is to destroy the terrible UTTP and its many officers.</h2>
<h2 class="bottoms">If you are willing to fight against the UTTP and its rotten uttp officers Just click the button below:</h2>
<a href="https://www.youtube.com/@JaidenSupport" class="button">JOIN AUTTP</a>
<a href="/amalgamation" style="position:relative; bottom:-130px; right:210px" class="button">Amalgamation</a>
</div>
<div class="box2">
<img src="https://raw.githubusercontent.com/JaidenSupport/AUTTP/main/antitroll.jpg" alt="" width="300" height="300" class="image" style="border: 5px solid #7c7c7c; border-radius: 5px; background-color: #7c7c7c; margin: 5px; position:relative; right:-10px;" id="image">
<h2 style="text-align: center; margin-top: auto; margin-bottom: auto; margin-left: auto; margin-right: auto;" id="text">This is AntiTroll, they put in a lot of hard work to fight the UTTP everyday. Be like AntiTroll</h2>
</div>
</div>
<script>
let click = false;
const image = document.getElementById("image");
const text = document.getElementById("text");
image.addEventListener('click', function() {
if (!click) {
image.src = "https://files.catbox.moe/nqlxtu.webp";
text.textContent = "This is UTTP Emperor Anime Sucks, he's the former leader of the UTTP. He's a pedophile who shares CP across the clearnet. Don't be like Anime Sucks.";
} else {
image.src = "https://raw.githubusercontent.com/JaidenSupport/AUTTP/main/antitroll.jpg";
text.textContent = "This is AntiTroll, they put in a lot of hard work to fight the UTTP everyday. Be like AntiTroll";
}
click = !click;
});
</script>
</body>
</html>