1st commit

This commit is contained in:
2024-04-06 11:45:36 +02:00
commit 62a52850bc
228 changed files with 37418 additions and 0 deletions

19
password-form.php Normal file
View File

@@ -0,0 +1,19 @@
<!-- start content wrapper -->
<div class="content clearfix">
<div class="content-inner-wrapper clearfix">
<div class="page-title">
<h1><?php the_title() ?></h1>
</div>
<div class="inner-content">
<?php echo get_the_password_form(); ?>
</div>
</div>
<div class="bg404"></div>
</div>
<!-- end content wrapper -->