mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-23 18:04:47 +02:00
add projects
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user