suspended.html
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Account Suspended | Auride</title> 7 <link rel="stylesheet" href="/assets/css/all.css"> 8 <link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png"> 9 <link rel="manifest" href="/manifest.json"> 10 <meta name="robots" content="nofollow, noai, noimageai"> 11 <meta name="og:type" content="website"> 12 <meta name="og:url" content="https://auride.xyz/"> 13 <meta name="og:title" content="Auride"> 14 <meta name="og:site_name" content="auride.xyz"> 15 <meta name="og:description" content="Auride - a safe place for everyone."> 16 <meta name="description" content="Auride - a safe place for everyone."> 17 <meta property="og:image" content="https://auride.xyz/assets/imgs/favicon.png"> 18 <meta name="theme-color" content="#ef97be"> 19 <script src="/assets/js/requiredScripts.js"></script> 20 <script src="/assets/js/scriptLoader.js"></script> 21 <script defer> 22 ScriptLoader.load( 23 //... 24 ).then(() => { 25 console.log("Scripts for /home have been loaded successfully."); 26 }).catch((error) => { 27 console.error("An error occurred: ", error, " please try refreshing."); 28 }); 29 </script> 30 </head> 31 32 <body> 33 <h1 style="margin-left: 15px; margin-right: 15px; margin-top: 15px;"><i class="fa-solid fa-triangle-exclamation"></i></h1> 34 <h1 style="margin-left: 15px; margin-right: 15px;">Your account is suspended.</h1> 35 <h3 style="margin-left: 15px; margin-right: 15px;">What does this mean?</h3> 36 <p style="margin-left: 15px; margin-right: 15px;">Your account violated one of our policies.</p> 37 <p style="margin-left: 15px; margin-right: 15px;">This account isn't visible to people on Auride right now (including Notes, Renotes, and Quote Renotes), and you can't use it.</p> 38 <p style="margin-left: 15px; margin-right: 15px;">Some or all products using Katniny Online Services may be unavailable for this account.</p> 39 <p style="margin-left: 15px; margin-right: 15px;">Your username has been released.</p> 40 41 <br /> 42 43 <h2 style="margin-left: 15px; margin-right: 15px;">You were suspended for:</h2> 44 <p style="margin-left: 15px; margin-right: 15px;" id="reasonForBeingSuspended"></p> 45 46 <br /> 47 48 <h2 style="margin-left: 15px; margin-right: 15px;">Your account will be reinstated on:</h2> 49 <p style="margin-left: 15px; margin-right: 15px; margin-bottom: 15px;" id="suspensionExpiration"></p> 50 51 <br /> 52 53 <h2 style="margin-left: 15px; margin-right: 15px;">During suspension, you may NOT:</h2> 54 <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> 55 <p style="margin-left: 15px; margin-right: 15px;">Claim any subscription-based rewards</p> 56 <p style="margin-left: 15px; margin-right: 15px;">Edit your profile/account</p> 57 58 <br /> 59 60 <h2 style="margin-left: 15px; margin-right: 15px;">However, you MAY:</h2> 61 <p style="margin-left: 15px; margin-right: 15px;">Access cloud saves (excluding multiplayer data)</p> 62 </body> 63 </html>