bazzar/crates/web/static/test-email.html

26 lines
914 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<link href="/output.css" rel="stylesheet">
</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>