<!DOCTYPE html>
<html>
 <head>
     <meta charset="UTF-8" />
     <meta name="author" content="Manuele" />
    <title> Formulaire</title>
 </head>
 <body>
    <form name="formGet" action="coursPHP-8.php" method="GET">
          
        <label>Nom</label>
        <input type="text" name="client" size="20"  />
        <br/>
                
        <label>Mot de passe </label>
        <input type="password" name="mdp" size="10"  />
        <br/>
                
        <input type="submit" value="Envoyer" class="bouton" /> 
    </form>
</body>
</html>