mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-12-20 04:42:01 +03:00
16 lines
453 B
HTML
16 lines
453 B
HTML
|
<. include!("../../../components/headers.html"); .> <. include!("../../header/index.html");
|
||
|
.>
|
||
|
|
||
|
<main>
|
||
|
<. include!("../../taskbar/index.html"); .> <.
|
||
|
include!("../../help-banner/index.html"); .>
|
||
|
<!-- Main content container -->
|
||
|
<div class="inner-container">
|
||
|
<!-- Main menu/ important actions roaster -->
|
||
|
|
||
|
<. include!("../add/form.html"); .>
|
||
|
</div>
|
||
|
<!-- end of container -->
|
||
|
</main>
|
||
|
<. include!("../../../components/footers.html"); .>
|