-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimages.html
27 lines (22 loc) · 1.16 KB
/
images.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
<!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-fixed-bna.html"><img src="images/bna/preview.jpg"></a>
<a href="audio-fixed-helene.html"><img src="images/bna/bna_mondiscophone.png"></a>
<a href="audio-sync-helene.html"><img src="images/la-fonderie/robe.jpg"></a>
</section>
</body>
</html>