c10d2abc
rcavalie
ajout fichiers se...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
</head>
<body>
<b>SSR Pédiatrique APF MARC SAUTELET</b>
<p>10 rue du petit boulevard</p>
<p>59650 Villeneuve d’Ascq</p>
<b>Téléphone</b>
<p>03.28.80.07.70</p>
<i>Application développée dans le cadre d'un projet de fin d'année en collaboration avec Polytech Lille.</i>
</body>
</html>
|