forked from jmug/stoatchat
28 lines
844 B
HTML
28 lines
844 B
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">Almost there!</h1>
|
|
<p>To complete your sign up, we just need to verify your email.</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 Revolt<br />
|
|
Made in Europe
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|