-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlegal-mentions.html
41 lines (40 loc) · 1.3 KB
/
legal-mentions.html
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
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title> Association MMI - Mentions légales </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Include CSS sheets -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<header>
<h1>Mentions légales</h1>
</header>
<div>
<article>
<h2>Edition du site :</h2>
<p>Charles-Eliott ROYER</p>
<p>Benjamin JUSSERAND</p>
<p>Audric BORDEAUX</p>
</article>
<article>
<h2>Responsable d'édition et de rédaction :</h2>
<p>Association MMI/SCR d'Angoulême</p>
</article>
<article>
<h2>Hébergement</h2>
<p>Zexia-Network, service d'hébergement web gratuit de l'association loi 1901 Zexia ESPORT</p>
</article>
<article>
<h2>Portraits</h2>
<p>Tirés du jeu Danganronpa</p>
</article>
</div>
</body>
</html>