mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style>
|
|
/* Add custom classes and styles that you want inlined here */
|
|
</style>
|
|
</head>
|
|
<body class="bg-light">
|
|
<div class="container">
|
|
<img
|
|
alt="Revolt Logo"
|
|
class="ax-center my-10 w-24"
|
|
src="https://app.revolt.chat/assets/logo_round.png"
|
|
/>
|
|
<div class="card p-6 p-lg-10 space-y-4">
|
|
<h1 class="h3 fw-700">Account Suspended</h1>
|
|
<p>Your account has been suspended, for one or more reasons:</p>
|
|
<ul>
|
|
{{list}}
|
|
</ul>
|
|
<p style="display:{{duration_display}}">
|
|
You will be able to use your account again in {{duration}} days.
|
|
</p>
|
|
<p>
|
|
Further violations may result in a permanent ban depending on
|
|
severity, please abide by the
|
|
<a href="https://revolt.chat/aup">Acceptable Usage Policy</a>.
|
|
</p>
|
|
<p>Ban evasion is prohibited and will be dealt with accordingly.</p>
|
|
</div>
|
|
<div class="text-muted text-center my-6">
|
|
This email is intended for {{email}}<br />
|
|
Sent from Revolt<br />
|
|
Made in Europe
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|