<!DOCTYPE html> <html lang="en"> <head> <title>UFHOUR</title> <!-- Head --> <?php require("assets/php/head.php"); ?> <!-- Scripts --> <script defer src="assets/js/behaviours.js"></script> </head> <body> <main> <header> <h1>UFHOUR</h1> <p>Recherche de salles libres de l'UFR Math-Info</p> </header> <h2>Résultat de la Recherche</h2> <section> <?php include "assets/php/result.php"; ?> </section> </main> <?php include "assets/php/cookies.php"; ?> <?php include "assets/php/nav.php"; ?> </body> </html>