2024-05-18 14:52:46 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2024-05-18 15:02:49 +02:00
|
|
|
<?php include 'layout/header_not_logged_dark.php';?>
|
2024-05-18 14:52:46 +02:00
|
|
|
<head>
|
|
|
|
<title>Page d'accueil</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Bienvenue sur notre site !</h1>
|
|
|
|
<p>Ceci est la page d'accueil de notre application.</p>
|
|
|
|
</body>
|
|
|
|
</html>
|