fix body tag

This commit is contained in:
ghost 2021-12-29 18:27:07 +02:00
parent 6201fd6a04
commit 0da32ebd10

View File

@ -38,9 +38,6 @@
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
</div> </div>
</div> </div>
<div class="footer">
<?php include(PROJECT_DIR . '/application/controller/common/footer/user.php') ?>
</div>
</div> </div>
<div class="side"> <div class="side">
@ -59,3 +56,6 @@
</div> </div>
</div> </div>
<div class="footer">
<?php include(PROJECT_DIR . '/application/controller/common/footer/user.php') ?>
</div>