mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-10 05:11:42 +01:00
12 lines
249 B
PHP
12 lines
249 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<?php include '/layout/header_not_logged_dark.php';?>
|
||
|
<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>
|