mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-10 05:11:42 +01:00
43 lines
1.7 KiB
PHP
43 lines
1.7 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/mention-legals'); ?>">
|
|
<title>Mentions Légales</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Mentions Légales</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<section>
|
|
<h2>1. Informations sur l'éditeur du site</h2>
|
|
<p>Ce site web est une "parodie" du site web de Deezer. Il a été réalisé dans le cadre d'un projet scolaire et n'est en aucun cas lié à une activité commerciale ou autre type.</p>
|
|
<p>Adresse de l'école : IUT de Fontainebleau - Route Hurtault, 77300 Fontainebleau, France</p>
|
|
<p>Noms des étudiants : Moncef STITI, Marco ORFAO et Louay DARDOURI</p>
|
|
<p>Email du chef de projet : <a href="mailto:moncef.stiti@etu.u-pec.fr">moncef.stiti@etu.u-pec.fr</a></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>2. Directeur de la publication</h2>
|
|
<p>Nom : Moncef STITI</p>
|
|
<p>Contact : <a href="mailto:moncef.stiti@etu.u-pec.fr">moncef.stiti@etu.u-pec.fr</a></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>3. Hébergeur du site</h2>
|
|
<p>Raison sociale : IUT de Fontainebleau</p>
|
|
<p>Adresse : Route Hurtault, 77300 Fontainebleau, France</p>
|
|
<p>Téléphone : +33 1 60 74 68 00</p>
|
|
<p>Email : <a href="mailto:brouard@u-pec.fr">brouard@u-pec.fr</a></p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>Cette page de mentions légales est conforme aux exigences légales en vigueur. Dernière mise à jour : 22 mai 2024.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|