Blame view

app/src/main/assets/contact_map.html 336 Bytes
af6964e6   Edmur LOPES   create new git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <!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>
  </body>
  </html>