bazzar/web/static/reset-password.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2022-05-09 16:17:27 +02:00
<!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>