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
464 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>
<a href="views/connection.html">
<input class="button" type="button" value="Connection"/>
</a>
</header>
<div>
<h2>Todo listes publiques</h2>
<p>oooooh fdp change</p>
</div>
</body>
</html>