mCaptcha/templates/panel/index.html
2021-04-15 10:25:23 +05:30

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