forked from katniny/transsocial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuspended.html
72 lines (58 loc) · 4.07 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
<!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">
<script src="https://kit.fontawesome.com/be7c331826.js" crossorigin="anonymous"></script>
<script src="/assets/js/twemoji.js" crossorigin="anonymous"></script>
</head>
<body onload="loadEverything()">
<!-- If someone tries to use TransSocial with JavaScript -->
<noscript>
<div class="noJavaScript">
</div>
</noscript>
<!-- 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);">TransSocial v0.0.7_indev</p>
<img src="/assets/imgs/favicon.png" alt="TransSocial logo" draggable="false" />
<h3 id="loaderQuote" style="position: absolute; margin-top: 180px;"></h3>
</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>