-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMarque.html
More file actions
executable file
·56 lines (51 loc) · 2.1 KB
/
Marque.html
File metadata and controls
executable file
·56 lines (51 loc) · 2.1 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Marque</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<body>
<header>
<img src="img/logo.png" width="140%" id="logo">
<div id="tia">
<span id="hia">Tiakola<br></span>
<i><br>Rappeur et chanteur français</i>
</div><br><br>
</header>
<nav>
<ul>
<li><a href="https//wwww.apple.com/apple-music/">Apple Music</a></li>
<li><a href="https://open.spotify.com">Spotify</a></li>
<li><a href="https://www.deezer.com">Deezer</a></li>
<li><a href="https://audiomack.com">Audiomack</a></li>
<li><a href="https://music.youtube.com">Youtube Music</a></li>
<li><a href="Songo game.html" style="color: red;">Songo game</a></li>
</ul>
</nav>
<br><br>
<div id="main">
<ul id="navigationMenu">
<li><a class="accueil" href="index.html"><span>Accueil</span></a></li>
<li><a class="about" href="Habillement.html"><span>Habillement</span></a></li>
<li><a class="scripts" href="Musique.html"><span>Musique</span></a></li>
<li><a class="images"href="Gastronomie.html"><span>Gastronomie</span></a></li>
<li><a class="contact" href="Film.html"><span>Film</span></a></li>
<li><a class="marque" href="Marque.html"><span>Marque</span></a></li>
</ul>
</div>
<div class="text">
<h2>MARQUE</h2><br>
<img src="img/img1.PNG" title="ROLEX" width="300px"><br>
<img src="img/img2.jpg" title="Calvin Klein" width="300px"><br>
<img src="img/img3.PNG" title="Louis Vuitton" width="300px"><br>
<img src="img/img4.JPG" title="DIOR" width="300px"><br>
</div>
<footer>
<h3>Autres ressources</h3><br>
<p><a href="https://www.lymu.net/tiakola-concert">Tiakola en concert →</a></p>
<p><a href="https://www.lymu.net/tiakola-punchlines">Les Punchlines de Tiakola →</a></p>
<p><a href="https://www.lymu.net/albums/tiakola">Tiakola : Ses projets →</a></p><br>
</footer>
</body>
</html>