bazzar/crates/web/static/reset-password.html

33 lines
1.2 KiB
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>Reset password</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">Trouble signing in?</h1>
<p class="mb-2 leading-normal text-sky-900">Resetting your password is easy.</p>
<p class="mb-2 leading-normal text-sky-900">Just press the button below and follow the instructions. Well have you up and running in no time.</p>
<p>
<a
class="px-4 py-2 inline-block text-white bg-blue-600 border border-transparent rounded-r hover:bg-blue-700"
href="{url}"
>
Reset Password
</a>
</p>
<p class="mb-2 leading-normal text-sky-900">If you did not make this request then please ignore this email.</p>
</div>
</div>
</section>
</body>
</html>