PHP-MySQL-Blog-Website-with.../about.php

12 lines
149 B
PHP
Raw Permalink Normal View History

<?php
include 'partials/header.php'
?>
<section class="empty__page">
<h1>About Page</h1>
</section>
<?php
include './partials/footer.php';
?>