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

10 lines
149 B
PHP
Raw Normal View History

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