This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
forked from CryBlanka/watchguildeddie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
not-approved.html
50 lines (47 loc) · 2.22 KB
/
not-approved.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Watch Guilded Die</title>
<meta property="og:title" content="Watch Guilded Die">
<meta property="og:description" content="We don't want Roblox to control our freedom.">
<meta property="og:image" content="https://watch-guilded-die.lol/favicon.png" />
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="og:type" content="website">
<meta name="theme-color" content="#F5C400">
<meta name="google-site-verification" content="AnF7xLgKyMOHyDSvhxzUbqhuinQUrH6AefoBNqthhyo" />
<link rel="icon" type="image/png" href="https://watch-guilded-die.lol/favicon.png">
<link rel="stylesheet" href="https://watch-guilded-die.lol/styles.css">
<meta property="og:url" content="https://example.com">
</head>
<body>
<div id="ban-container" class="container" style="text-align: left !important; max-width: 600px; width: 100%; padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
<h3 style="text-align: left !important;">Account Deleted</h3>
<br>
<p style="text-align: left !important;">Our content monitors have determined that your behavior at Guilded has been in violation of our <a href="https://www.youtube.com/watch?v=0dg2Z3x2KuQ">Terms of Use</a>.</p>
<br>
<p style="text-align: left !important;">Reviewed: <b>07/15/2024 12:00AM</b> (CT)</p>
<br>
<p style="text-align: left !important;">Moderator Note: <b>Your account has been deleted for not supporting Roblox's decision.</b></p>
<br>
<p style="text-align: left !important;">Your account has been terminated.</p>
<br>
<p style="text-align: left !important;">If you wish too appeal, too bad we're unresponsive as fuck.</p>
<br>
<div style="text-align: center;">
<button class="gil-button" onclick="redirectToLink('https://watch-guilded-die.lol/')">Logout</button>
</div>
</div>
<script>
function redirectToLink(url) {
if (url) {
window.location.href = url;
} else {
window.location.href = '/';
}
}
</script>
</body>
</html>