-
Notifications
You must be signed in to change notification settings - Fork 2
/
contacts.html
51 lines (51 loc) · 1.19 KB
/
contacts.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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML>
<html>
<head>
<title>La Séparation</title>
<meta charset="UTF-8" />
<style>
@font-face {
font-family: demihaut;
src: url(res/fonts/FINEMIHAUT2.ttf);
}
body {
background: black;
}
h1, p, h2, a, a:visited {
font-family: Arial;
color: white;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 20px;
}
p {
font-size: 16px;
margin: 20px;
}
</style>
</head>
<body>
<p><a href="index.html">Retourner dans l'application</a></p>
<h1>Mentions légales</h1>
<p>
Ceci est une version bêta.<br><br>
Nous attendons vos remarques et conseils pour continuer d'améliorer cette application. Vous pouvez nous écrire ici : [email protected]<br><br>
Vous pouvez également<br><br>
Contacter chez ALIS<br>
Pierre Fourny : [email protected]<br>
Hélène Caubel : [email protected]<br><br>
Contacter à l'UTC<br>
Serge Bouchardon : [email protected] <br>
Alexis Schad : [email protected] <br><br>
Pour plus d'informations : <br><br>
sur le projet :<br>
https://webtv.utc.fr/search_result.php?query=Separation&type=videos<br><br>
sur ALIS<br>
http://www.alis-fr.com<br><br>
sur l'UTC<br>
http://www.utc.fr</p>
</body>
</html>