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

14 lines
389 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"); .>