first commit

This commit is contained in:
2026-03-02 14:42:04 +01:00
commit 70a28837fe
29 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
var msg1 = "Bonjour"
//Première boîte
alert(msg1);
//deuxième boîte
Identifiant = prompt("Identifiant","Identifiant");
//Troisième boîte
Mot_de_passe = prompt("Mot de passe","mot de passe");
var msg3 = "Bienvenue"+Identifiant
alert(msg3);