mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-12-30 09:28:21 +03:00
13 lines
314 B
HTML
13 lines
314 B
HTML
|
<. include!("../components/headers.html"); .>
|
||
|
<main>
|
||
|
<div class="inner-container">
|
||
|
<div class="error-box">
|
||
|
<h1 class="error-title"><.= title .></h1>
|
||
|
<p class="error-message"><.= message .></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- end of container -->
|
||
|
</main>
|
||
|
|
||
|
<. include!("../components/footers.html"); .>
|