generated from Templates_CodeFirst/templateHtmlCss
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.
26 lines
643 B
26 lines
643 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Accueil</title>
|
|
<link rel="stylesheet" href="../Style/bootstrap.css">
|
|
<link rel="stylesheet" href="../Style/mycoolstyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Navigation menu -->
|
|
<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>
|
|
|
|
<!-- Main Content -->
|
|
<h1>To Do List !</h1>
|
|
|
|
<button onclick="location.href='connexion.html'" type="button" class="connexion">Se connecter</button>
|
|
|
|
<!-- my footer -->
|
|
|
|
|
|
</body>
|
|
</html> |