✨ Story 3.2: router php urls
This commit is contained in:
16
pages/contact.php
Normal file
16
pages/contact.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$pageTitle = 'Contact';
|
||||
$currentPage = 'contact';
|
||||
|
||||
include_template('header', compact('pageTitle'));
|
||||
include_template('navbar', compact('currentPage'));
|
||||
?>
|
||||
|
||||
<main class="min-h-screen">
|
||||
<div class="container-content py-20">
|
||||
<h1 class="text-heading mb-4">Contact</h1>
|
||||
<p class="text-text-secondary">Le formulaire arrive bientôt.</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php include_template('footer'); ?>
|
||||
Reference in New Issue
Block a user