-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·40 lines (36 loc) · 1.79 KB
/
index.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
<!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>Hidden<br />Histories<br />Public<br />Libraries</h1>
<p style="text-align: center; margin-top:10px;"><img style="width:140px; margin: 10px 0;" src="img-player/accueil_ville.png" /></p>
<div class="toc-item">
<a href="histoires.html"><p>histoires</p>
<p style="text-align: center; margin-top: -10px;"><img style="width:180px;" src="img-player/accueil_histoires.png" /></p></a>
</div>
<div class="toc-item">
<a href="images.html"><p>images</p>
<p style="text-align: center; margin-top:10px;"><img style="width:180px;" src="img-player/accueil_images.png" /></p></a>
</div>
<div class="toc-item">
<a href="sons.html"><p>sons</p>
<p style="text-align: center; margin-top:10px;"><img style="width:180px;" src="img-player/accueil_sons.png" /></p></a>
</div>
<div class="toc-item">
<a href="cartes.html"><p>cartes</p>
<p style="text-align: center; margin:10px 20px;"><img style="width:180px;" src="img-player/accueil_cartes.png" /></p></a>
</div>
<div class="toc-item">
<p style="margin-bottom: 30px;"><a href="about.html">à propos</a></p>
</div>
</body>
</html>