mCaptcha/templates/panel/add-site-key/index.html
2021-04-30 17:30:40 +05:30

15 lines
447 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-site-key/form.html"); .>
</div>
<!-- end of container -->
</main>
<. include!("../../components/footers.html"); .>