mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-12-24 14:38:20 +03:00
15 lines
398 B
HTML
15 lines
398 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 -->
|
||
|
|
||
|
</div>
|
||
|
<!-- end of container -->
|
||
|
</main>
|
||
|
<. include!("../../components/footers.html"); .>
|