mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
37 lines
1.2 KiB
HTML
37 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="Stoat Logo" class="ax-center my-10 w-24" src="https://stoat.chat/favicon-stoat.svg" />
|
|
<div class="card p-6 p-lg-10 space-y-4">
|
|
<h1 class="h3 fw-700">Account Deletion</h1>
|
|
<p>
|
|
You requested to have your account deleted, if you did not perform
|
|
this action please take measures to secure your account immediately.
|
|
</p>
|
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
|
</div>
|
|
<div class="text-muted text-center my-6">
|
|
This email is intended for {{email}}<br />
|
|
Sent from Stoat<br />
|
|
Made in Europe
|
|
</div>
|
|
<div class="text-muted text-xs my-6 ax-center">
|
|
Revolt Platforms Ltd. is a company incorporated and registered under the
|
|
laws of England and Wales.<br />
|
|
Registered Company Number: 16260658<br />
|
|
Registered Office:<br />
|
|
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
|
Holborn, United Kingdom, EC1N 8DX
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |