- Output for 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.21, 8.5.0 - 8.5.6
- Warning: Undefined array key "REQUEST_METHOD" in /in/N1pdU on line 6 <!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <title>Connexion</title> </head> <body> <h2>Connexion</h2> <form method="POST"> <label>Nom d'utilisateur :</label><br> <input type="text" name="username" required><br><br> <label>Mot de passe :</label><br> <input type="password" name="password" required><br><br> <button type="submit">Se connecter</button> </form> </body> </html>