19 lines
953 B
HTML
Executable File
19 lines
953 B
HTML
Executable File
<!-- Container Principal -->
|
|
<div class="bg-white rounded-lg shadow">
|
|
<div class="container mx-auto p-6 w-full ">
|
|
<h1 class="text-2xl font-bold mb-4">Token Vencido</h1>
|
|
<div class="justify-between w-full md:flex">
|
|
<p class="mb-4 text-sm">Tu token ha expirado. Por favor, intenta restablecer tu contraseña nuevamente.</p>
|
|
<a href="/"><button type="submit"
|
|
class="bg-[#8eb02f] text-white px-4 py-2 rounded flex space-x-2">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
|
stroke="currentColor" class="w-5">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" />
|
|
</svg>
|
|
<p> Intentar Restablecer Contraseña </p>
|
|
</button>
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
</div> |