mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
responsive navbar
This commit is contained in:
28
templates/auth/email-verification/index.html
Normal file
28
templates/auth/email-verification/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<. include!("../../components/headers/index.html"); .>
|
||||
<div class="tmp-layout">
|
||||
<main class="auth-main">
|
||||
<div class="auth-inner-container">
|
||||
|
||||
<img src="<.=
|
||||
crate::FILES.get("./static/cache/img/icon-trans.png").unwrap().>"
|
||||
class="auth__logo" alt="mcaptcha logo" />
|
||||
|
||||
<div
|
||||
class="sitekey-form"
|
||||
>
|
||||
<h1 class="form__title">
|
||||
Please verify your email address to continue
|
||||
</h1>
|
||||
An email has been sent to
|
||||
|
||||
</div>
|
||||
<p class="auth__secondary-action__banner">
|
||||
New to mCaptcha?
|
||||
<a
|
||||
href="<.= crate::PAGES.auth.join .>"
|
||||
class="auth__secondary-action__link">
|
||||
Create an account
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<. include!("../../components/footers.html"); .>
|
||||
0
templates/auth/email-verification/index.ts
Normal file
0
templates/auth/email-verification/index.ts
Normal file
0
templates/auth/email-verification/main.scss
Normal file
0
templates/auth/email-verification/main.scss
Normal file
Reference in New Issue
Block a user