add projects

This commit is contained in:
Tutur33
2023-11-30 18:56:50 +01:00
parent 7b6ff0ba9a
commit a775842dfd
16 changed files with 302 additions and 39 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Damier</title>
<link rel="stylesheet" href="damier.css">
</head>
<body>
<form method="post" action="damier2.php">
<label for="ligne">ligne</label>
<input type="text" name="ligne" require>
<label for="colum">colone</label>
<input type="text" name="colum" require>
<button type="submit">ok</button>
</form>
</body>
</html>