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.

25 lines
787 B

<!DOCTYPE html>
<html>
<head>
<title>Connexion</title>
<link rel="stylesheet" href="../Style/bootstrap.css">
<link rel="stylesheet" href="../Style/connexion.css">
<link rel="stylesheet" href="../Style/mycoolstyle.css">
</head>
<body>
<ul class="navbar">
<li><button onclick="location.href='addList.html'" type="button" class="addList">Ajouter une Liste</button>
<li><button onclick="location.href='addTask.html'" type="button" class="addTask">Ajouter une Tache</button>
</ul>
<h1>Connexion</h1>
<input type="text" id="username" name="username" placeholder="username">
<br>
<input type="password" id="password" name="password" placeholder="password" >
<br>
<button class="valider" onclick="location.href='page.html'">Valider</button>
</body>