-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentions-legales.php
35 lines (32 loc) · 1.33 KB
/
mentions-legales.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link href="https://fonts.googleapis.com/css2?family=Unbounded:wght@700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon-16x16.png" type="image/x-icon">
<title>Tox Dev-Web</title>
</head>
<body>
<header>
<?php include('includes/header.php'); ?>
</header>
<main>
<header class="rgbd-header">
<h1 class="rgbd-header--title">Politique de confidentialité</h1>
</header>
<section class="rgbd-body">
<?php include('includes/rgbd.php'); ?>
</section>
</main>
<footer>
<?php include('includes/footer.php'); ?>
</footer>
</body>
</html>