-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcartes.html
28 lines (23 loc) · 1.12 KB
/
cartes.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HYBRID AUDIO PLAYER - iMAL</title>
<!-- data-main attribute tells require.js to load scripts/main.js after require.js loads. -->
<!-- [if lt IE9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><! [end if] -->
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/audio.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1><a href="index.html"><img class="fleche-back" src="img-player/fleche_gauche.png" />RETOUR</a></h1>
<p style="text-align: center; margin-top:30px;"><img style="width:140px;" src="img-player/accueil_ville.png" /></p>
<section>
<a href="audio-sync-helene.html"><img src="img-player/carte1.png">
<p>rue de La Fonderie</p></a>
<a href="audio-fixed-bna.html"><img src="img-player/carte2.png">
<p>rue de BNA-BBOT</p></a>
</section>
</body>
</html>