18 lines
508 B
HTML
18 lines
508 B
HTML
<!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>
|
|
<p><a href='/dashboard/contacts'>Gestion des contacts</a></p>
|
|
<p><a href='/logout'>Déconnexion</a></p>
|
|
</body>
|
|
</html>
|