bazzar/actors/email_manager/assets/welcome.html

28 lines
912 B
HTML
Raw Normal View History

2022-05-09 16:17:27 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to { service_name }</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
{style}
</style>
</head>
<body>
<section class="debug-screens">
<div class="container p-8 mx-auto mt-12 bg-white">
<div class="rounded-lg">
<h1 class="mb-3 text-xl font-semibold tracking-tight text-sky-600">Hi { login }</h1>
<p class="mb-2 leading-normal text-sky-900">
Welcome to {service_name} were excited to have you on board and wed love to say thank you on behalf
of our whole company for chosing us.
</p>
<p class="mb-2 leading-normal text-sky-900">Take care,</p>
<p class="mb-2 leading-normal text-sky-900">{signature}</p>
</div>
</div>
</section>
</body>
</html>