mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-14 06:23:15 +00:00
16 lines
503 B
HTML
16 lines
503 B
HTML
<. include!("../../../../components/headers/index.html"); .>
|
|
<. include!("../../../navbar/index.html"); .>
|
|
<div class="tmp-layout">
|
|
<. include!("../../../header/index.html"); .>
|
|
|
|
<main class="panel-main">
|
|
<. include!("../../../help-banner/index.html"); .>
|
|
<!-- Main content container -->
|
|
<div class="inner-container">
|
|
<!-- Main menu/ important actions roaster -->
|
|
|
|
<. include!("./form.html"); .>
|
|
</div>
|
|
<!-- end of container -->
|
|
<. include!("../../../../components/footers.html"); .>
|