mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-27 03:48:52 +03:00
30 lines
827 B
HTML
30 lines
827 B
HTML
<. include!("../../components/headers/index.html"); .>
|
|
<div class="tmp-layout">
|
|
<main class="auth-main">
|
|
<div class="auth-inner-container">
|
|
<. include!("../logo.html"); .>
|
|
<form
|
|
class="sitekey-form"
|
|
method="POST"
|
|
action="<.= url .>"
|
|
id="form"
|
|
>
|
|
<h1 class="form__title">
|
|
Confirm Access
|
|
</h1>
|
|
<label class="sitekey-form__label" for="password">
|
|
Password
|
|
<input
|
|
class="sitekey-form__input"
|
|
type="password"
|
|
name="password"
|
|
id="password"
|
|
required
|
|
/>
|
|
<. include!("../../components/showPassword/index.html"); .>
|
|
</label>
|
|
<button type="submit" class="sitekey-form__submit">Confirm access</button>
|
|
</form>
|
|
</div>
|
|
<. include!("../../components/additional-data/index.html"); .>
|
|
<. include!("../../components/footers.html"); .>
|