-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuspended.html
89 lines (76 loc) · 5.36 KB
/
suspended.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Account Suspended | TransSocial</title>
<link rel="stylesheet" href="/assets/css/mainSite.css">
<link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png">
<link rel="manifest" href="/manifest.json">
<script src="https://kit.fontawesome.com/be7c331826.js" crossorigin="anonymous"></script>
<script src="/assets/js/twemoji.js" crossorigin="anonymous"></script>
<script src="https://js.stripe.com/v3/"></script>
<meta name="robots" content="nofollow, noai, noimageai">
<meta name="og:type" content="website">
<meta name="og:url" content="https://transs.social/">
<meta name="og:title" content="TransSocial">
<meta name="og:site_name" content="transs.social">
<meta name="og:description" content="TransSocial - a safe place for everyone.">
<meta name="description" content="TransSocial - a safe place for everyone.">
<meta property="og:image" content="https://transs.social/assets/imgs/favicon.png">
<meta name="theme-color" content="#ff869a">
</head>
<body onload="loadEverything()">
<!-- This loads the website -->
<div class="loader" id="loader">
<p style="position: fixed; left: 0; top: 0; color: var(--text-semi-transparent); transform: translateY(0px);">© Katniny Studios 2024</p>
<p style="position: fixed; left: 0; top: 17px; color: var(--text-semi-transparent); transform: translateY(0px);">Katniny Online Services</p>
<p style="position: fixed; left: 0; top: 35px; color: var(--text-semi-transparent); transform: translateY(0px);" class="loaderVersion">TransSocial v</p>
<img src="/assets/imgs/favicon.png" alt="TransSocial logo" draggable="false" />
<p><strong>Did you know?</strong></p>
<p id="loaderQuote" style="position: absolute; margin-top: 40px;">
<!-- If someone tries to use TransSocial with JavaScript -->
<noscript>
<div class="noJavaScript">
TransSocial requires JavaScript to run
</div>
</noscript>
</p>
<div class="transSocialLoadLong" id="transSocialLoadLong">
<p>TransSocial not loading?</p>
<a href="https://twitter.com/transs_ocial" target="_blank" style="position: absolute; top: 100px; left: 30px; color: var(--main-color); text-decoration: none;"><i class="fa-brands fa-twitter" style="color: var(--main-color); margin-right: 3px;"></i> Let us know</a>
</div>
</div>
<h1 style="margin-left: 15px; margin-right: 15px; margin-top: 15px;"><i class="fa-solid fa-triangle-exclamation"></i></h1>
<h1 style="margin-left: 15px; margin-right: 15px;">Your account is suspended.</h1>
<h3 style="margin-left: 15px; margin-right: 15px;">What does this mean?</h3>
<p style="margin-left: 15px; margin-right: 15px;">Your account violated one of our policies.</p>
<p style="margin-left: 15px; margin-right: 15px;">This account isn't visible to people on TransSocial right now (including Notes, Renotes, and Quote Renotes), and you can't use it.</p>
<p style="margin-left: 15px; margin-right: 15px;">Some or all products using Katniny Online Services may be unavailable for this account.</p>
<p style="margin-left: 15px; margin-right: 15px;">Your username has been released.</p>
<br />
<h2 style="margin-left: 15px; margin-right: 15px;">You were suspended for:</h2>
<p style="margin-left: 15px; margin-right: 15px;" id="reasonForBeingSuspended"></p>
<br />
<h2 style="margin-left: 15px; margin-right: 15px;">Your account will be reinstated on:</h2>
<p style="margin-left: 15px; margin-right: 15px; margin-bottom: 15px;" id="suspensionExpiration"></p>
<br />
<h2 style="margin-left: 15px; margin-right: 15px;">During suspension, you may NOT:</h2>
<p style="margin-left: 15px; margin-right: 15px;">Create a new account to void suspension (Any alt account can be, and will be, suspended as well)</p>
<p style="margin-left: 15px; margin-right: 15px;">Claim any subscription-based rewards</p>
<p style="margin-left: 15px; margin-right: 15px;">Edit your profile/account</p>
<br />
<h2 style="margin-left: 15px; margin-right: 15px;">However, you MAY:</h2>
<p style="margin-left: 15px; margin-right: 15px;">Access cloud saves (excluding multiplayer data)</p>
</body>
<!-- Core Firebase Scripts (MUST BE FIRST) -->
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-storage.js"></script>
<!-- Scripts -->
<script src="/assets/js/ts_fas_acih.js"></script>
<script src="/assets/js/pageLoader.js"></script>
<script src="/assets/js/sidebarOpen.js"></script>
<script src="/assets/js/twemoji.js"></script>
</html>