mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
error page
This commit is contained in:
12
templates/errors/internal-server-error.html
Normal file
12
templates/errors/internal-server-error.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<. 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"); .>
|
||||
Reference in New Issue
Block a user