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.

24 lines
520 B

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