mCaptcha/templates/panel/index.html
2021-05-06 20:32:44 +05:30

10 lines
296 B
HTML

<. include!("../components/headers.html"); .>
<. include!("./header/index.html"); .>
<main class="panel-main">
<. include!("./taskbar/index.html"); .>
<. include!("./help-banner/index.html"); .>
<div class="inner-container">
</div>
</main>
<. include!("../components/footers.html"); .>