Files
mCaptcha/templates/panel/sitekey/add/index.html
realaravinth 417e008c27 favicons
2021-05-29 00:04:11 +05:30

16 lines
493 B
HTML

<. include!("../../../components/headers/index.html"); .>
<. include!("../../navbar/index.html"); .>
<div class="tmp-layout">
<. include!("../../header/index.html"); .>
<main class="panel-main">
<. 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 -->
<. include!("../../../components/footers.html"); .>