You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
600 B

<!DOCTYPE html>
<html>
<head>
<title>Ajouter une Liste</title>
<link rel="stylesheet" href="Style/bootstrap.css">
<link rel="stylesheet" href="Style/add.css">
</head>
<body>
<div class="container">
<h2>Ajouter une liste</h2>
<form method="POST" name="addListVis" id="addListVis">
<div>
<input type="text" name="name" placeholder="List name" required>
<span class="highlight"></span>
<span class="bar"></span>
</div>
<input type="submit" value="Submit"/>
<input type="hidden" name="action" value="addListVis"/>
</form>
</div>
</body>