This commit is contained in:
El Haji Fofana 2022-12-01 09:22:36 +01:00
parent 4d2c9cbf1e
commit bcd6d0cfc1
2 changed files with 16 additions and 0 deletions

16
JustePrix.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Page1.js">
<title>Document</title>
</head>
<body>
<div>
<label for="Valeur"> Entrez un nombre</label>
<input type="text" name="Valeur" id="Valeur">
</div>
</body>
</html>