2023-12-11 21:50:58 +01:00

16 lines
466 B
HTML

<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Contacts</title>
</head>
<body>
<NAVBAR>
<h1>Gestion des contacts</h1>
<p><a href='/dashboard/contacts/list'>Liste des contacts</a></p>
<p><a href='/dashboard/contacts/create'>Ajouter un contact</a></p>
<p><a href='/dashboard'>Retour</a></p>
</body>
</html>