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
532 B

<!DOCTYPE html>
<html>
<head>
<title>Acceuil</title>
<link rel="stylesheet" href="../vues/styles/commonStyles.css">
</head>
<body>
<header>
<h1>Welcome to our fantastic to do list app !</h1>
<form method="post" name="connection">
<a href='vues/connection.php'>
<input class="button" type="button" value="Connection"/>
</a>
</form>
</header>
<div>
<h2>Todo listes publiques</h2>
</div>
<article>
</article>
</body>
</html>