18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
page ProtectedCaptchaPage {
|
|
seo {
|
|
title = "CAPTCHA protected page"
|
|
robots = "noindex,nofollow"
|
|
}
|
|
|
|
view {
|
|
<main class="grid min-h-screen place-items-center bg-[var(--wire-color-bg)] px-4 py-10 text-[var(--wire-color-text)]">
|
|
<section class="w-full max-w-2xl rounded-2xl border border-[var(--wire-color-success)] bg-[var(--wire-color-surface)] p-7 text-center shadow-[var(--wire-shadow-1)]">
|
|
<span aria-hidden="true" class="icon-[lucide--shield-check] mx-auto block size-12 text-[var(--wire-color-success)]"></span>
|
|
<h1 class="mt-4 text-3xl font-bold">Protected page unlocked</h1>
|
|
<p class="text-[var(--wire-color-muted)]">The session grant is valid for 15 minutes.</p>
|
|
<a href="/" class="mt-5 inline-flex h-11 items-center rounded-[var(--wire-radius-sm)] bg-[var(--wire-color-primary)] px-5 font-semibold text-[var(--wire-color-primary-contrast)]">Back to showcase</a>
|
|
</section>
|
|
</main>
|
|
}
|
|
}
|