AutoCallManu/www/dashboard/index.html

18 lines
508 B
HTML
Raw Permalink Normal View History

<!DOCTYPE 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>AutoCallMenu</title>
</head>
<body>
<NAVBAR>
<h1>Dashboard</h1>
<p><a href='/calls'>Phoning</a></p>
<p><a href='/dashboard/users'>Gestion des utilisateurs</a></p>
2023-12-11 21:50:58 +01:00
<p><a href='/dashboard/contacts'>Gestion des contacts</a></p>
<p><a href='/logout'>Déconnexion</a></p>
</body>
</html>