mCaptcha/templates/panel/sitekey/add/index.html

16 lines
453 B
HTML
Raw Normal View History

2021-05-05 10:27:05 +03:00
<. 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"); .>