SAE_2.02/CodeIgniter-3.1.13/application/views/accueil.php

12 lines
248 B
PHP
Raw Normal View History

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>