<!DOCTYPE html> <html> <head> <?php include("head.php"); ?> </head> <!-- Contenu du site --> <body> <?php include("header.php"); ?> <?php include("formInscription.php");?> </body> </html>