mCaptcha/templates/panel/sitekey/add/index.html
realaravinth 1a381f8efa
details
2021-05-08 00:29:19 +05:30

14 lines
464 B
HTML

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