-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path12_transition.html
More file actions
62 lines (61 loc) · 2.02 KB
/
Copy path12_transition.html
File metadata and controls
62 lines (61 loc) · 2.02 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
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Transition</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="CSS/12_transition.css" />
</head>
<body>
<!-- .left+.right+ -->
<div class="left">
<ul>
<li>Appels</li>
<li>SMS</li>
<li>Internet</li>
<li>International</li>
<li>Tarif</li>
</ul>
</div>
<div class="right">
<!-- .change>ul.liste>li* -->
<div class="change">
<ul class="liste">
<li>Premium</li>
<li>Illimités</li>
<li>Illimités</li>
<li>50 Go /mois</li>
<li>Inclus</li>
<li>80 Euros /mois</li>
</ul>
</div>
<!-- (.change>ul>(li*6))*2 -->
<div class="change">
<ul>
<li>Gold</li>
<li>6 heures /mois</li>
<li>100/ mois</li>
<li>20 Go /mois</li>
<li>3 Euros /mois</li>
<li>60 Euros /mois</li>
</ul>
</div>
<div class="change">
<ul>
<li>Silver</li>
<li>2 heures /mois</li>
<li>50 /mois</li>
<li>5 Go /mois</li>
<li>1 Euro /minute</li>
<li>30 Euros /mois</li>
</ul>
</div>
<!-- FIN du tableau -->
<br>
<iframe src="https://www.google.com/maps/embed?pb" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<iframe width="854" height="480" src="https://www.youtube.com/embed/zS1cLOIxsQ8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="854" height="480" src="https://www.youtube.com/embed/EspZ4t2FAuE" frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</body>
</html>