-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
52 lines (49 loc) · 1.86 KB
/
page3.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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href ="deuxieme.css">
<title>trois endroit</title>
</head>
<body>
<div class="barredenavigation">
<nav>
<ul class="menu">
<li><a href="./page1.html">L'ENFANCE</a></li>
<li><a href="./page2.html">QUETE DE SOI</a></li>
<li><a href="./page3.html">DESTINATION FINALE</a></li>
</ul>
</nav>
</div>
<section class="sec">
<img src="./image/grimreaper-removebg-preview.png" alt="grimreaper">
</section>
<h1 class="t1"><a href="./indexe.html">DESTINATION FINALE</a></h1>
</header>
<div class="diapo">
<div class="dd"></div>
</div>
<br><br><br>
<section class="lib">
<img src="./image/libellule.jpg" class="front" >
<p class="libe">ont peut se reincarner en libellule !!</p>
</section>
<br><br><br><br><br><br>
<section class="scar">
<img src="./image/scarabé.jpg" class="front1">
<p class="scarabe">ou en scarabé !!</p>
</section>
<br><br><br><br>
<section class="rien">
<a href="./indexe.html" ><p class="riend">Ou il n'y a rien aprés, le néant</p></a>
<br><br>
<iframe class= "videeo" width="100%" height="500" src="https://www.youtube.com/embed/R5SD0JtvBDo?si=a91cT9cSekwDi6b3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</section>
<br><br>
<div class="pt">
<p>La destination finale pour tina est la !!!!!</p></div>
<br><br><br><br>
<div class="ptt"><img src="../exercice10/image/pierre tombale.png" class= "front4" alt="" width="400px" height="600px"></div>
</body>
</html>