<!doctype html> <html lang="en"> <head> <?php include 'includes/head.php' ?> </head> <body> <header id="intro"> <!-- Section added for "Getting Started as a Web Developer" (GSWD) --> <div id="reservations"> <?php include 'includes/reservation-form.php' ?> </div> <!-- End GSWD section --> <article class="fullheight"> <?php include 'includes/branding-banner.php' ?> </article> <?php include 'includes/navbar.php' ?> <nav id="nav"> <?php include 'includes/navbar.php' ?> </nav> </header> <main id="wrapper"> <?php include 'includes/navbar.php' ?> </main> <footer class="scene"> <?php include 'includes/footer.php' ?> </footer> <script src="js/script.js"></script> <script src="js/today.js"></script> </body> </html>