-
Notifications
You must be signed in to change notification settings - Fork 0
/
Report-bot.html
71 lines (69 loc) · 3.64 KB
/
Report-bot.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Terminators X</title>
<meta property="og:type" content="website">
<meta property="og:image" content="https://breadisfunie.github.io/TX/icons/TX%20Logo.png">
<meta name="description" content="Terminators X is a community on roblox that terminates preds on roblox with there state of the art terming bot." />
<meta name="author" content="Bread">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tiny5&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="icon" href="icons/TX Logo.gif" sizes="64x64" type="image/gif">
<meta name="theme-color" content="#2cf035">
</head>
<body id="body" class="body">
<header class="header">
<div class="Center">
<div id="Menu-island" class="Menu-island">
<img class="TX-Icon" src="icons/TX Logo.gif">
<a id="Menu-island-button-1" href="https://breadisfunie.github.io/TX/" class="Menu-buttons">Home</a>
<a id="Menu-island-button-2" href="https://breadisfunie.github.io/TX/Report-bot"class="Menu-buttons">Report bot</a>
<a id="Menu-island-button-3" href="https://breadisfunie.github.io/TX/pred-finder" class="Menu-buttons">Pred Finder</a>
<a id="Menu-island-button-4" href="https://breadisfunie.github.io/TX/how-to-term" class="Menu-buttons">How to term</a>
<a id="Menu-island-button-5" href="https://breadisfunie.github.io/TX/socials" class="Menu-buttons">Socials</a>
<a id="Menu-island-button-6" href="https://breadisfunie.github.io/TX/news" class="Menu-buttons">News</a>
<a id="Menu-island-button-7" href="https://breadisfunie.github.io/TX/about" class="Menu-buttons">About</a>
</div><br>
<button id="darkModeButton" class="material-symbols-outlined">light_mode</button>
</div>
<h1 id="title" class="Title">DSA Report Bot (not done yet)</h1>
</header>
<main>
<div class="Report-bot-form">
<div id="report-form-background" class="Report-bot-form-background">
<div>
<div>
<p id="report-label-1" class="Report-bot-label">Username</p>
<p class="Report-bot-label-disclamer">Do not use the display name.</p>
</div>
<div class="Center">
<input id="reportUsername" class="Report-bot-TextArea-1" maxlength="30" placeholder="BBCDESTORY174"></input>
</div>
</div>
<div>
<div>
<p id="report-label-2" class="Report-bot-label">Reason</p>
<p class="Report-bot-label-disclamer">Do not make a short reason why the user should be banned.</p>
</div>
<div class="Center">
<textarea id="reason" class="Report-bot-TextArea-2" maxlength="500" placeholder="This user has bbc in their name, bbc stands for big black cock. big black cock is not appropriate for roblox and this account should be banned."></textarea>
</div>
</div>
<div class="Center">
<button id="reportButton" class="Report-Button">Report</button>
</div>
<p id="termtext" class="report-count-text">Report counter = <span class="report-count" id="termcountdisplay"></span></p>
</div>
</div>
</main>
</body>
<div></div>
<script src="js/Report-bot.js"></script>
<script src="js/darkModeButtonReportBot.js"></script>
<script src="js/TGXTitle.js"></script>
</html>