17 lines
406 B
PHP
17 lines
406 B
PHP
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Connexion</title>
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="../css/index.css">
|
|
<link rel="stylesheet" href="../css/main.css">
|
|
<!-- Datatables CSS -->
|
|
<link rel="stylesheet" href="../css/dataTables.css">
|
|
</head>
|
|
<body>
|
|
<?php
|
|
echo $body ?? "";
|
|
?>
|
|
</body>
|
|
</html>
|