PHP-MySQL-Blog-Website-with.../services.php
2022-12-30 09:55:40 +06:30

11 lines
No EOL
151 B
PHP

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