mCaptcha/templates/panel/index.html

11 lines
277 B
HTML
Raw Normal View History

2021-05-04 23:27:58 +05:30
<. include!("../components/headers.html"); .>
<. include!("./header/index.html"); .>
2021-04-15 10:25:23 +05:30
<main>
2021-05-04 23:27:58 +05:30
<. include!("./taskbar/index.html"); .>
<. include!("./help-banner/index.html"); .>
2021-04-15 10:25:23 +05:30
<div class="inner-container">
</div>
</main>
<. include!("../components/footers.html"); .>