-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransitions.html
More file actions
56 lines (55 loc) · 2.16 KB
/
transitions.html
File metadata and controls
56 lines (55 loc) · 2.16 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>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/transitions.css">
<title>Transitions</title>
</head>
<body>
<div class="left">
<ul>
<li>Appels</li>
<li>SMS</li>
<li>Internet</li>
<li>International</li>
<li>Tarif</li>
</ul>
</div>
<div class="right">
<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 €/mois</li>
</ul>
</div>
<div class="change">
<ul>
<li>Gold</li>
<li>100 mois</li>
<li>6h /mois</li>
<li>20 Go/mois</li>
<li>3 €/appel</li>
<li>60 €/mois</li>
</ul>
</div>
<div class="change">
<ul>
<li>Silver</li>
<li>2 heures</li>
<li>50 mois</li>
<li>5 Go/mois</li>
<li>1 €/minute</li>
<li>30 €/mois</li>
</ul>
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2620.863146827364!2d2.3235277160668857!3d48.937048379295284!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66f2b2aeafa51%3A0xe5ba99ade19888d8!2s11+All%C3%A9e+Saint-Exup%C3%A9ry%2C+92390+Villeneuve-la-Garenne!5e0!3m2!1sfr!2sfr!4v1499077907492" width="600" height="450" frameborder="0" style="border:7" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IO39uEsK2ug&autoplay=1&start=10" frameborder="0" allowfullscreen></iframe>
</body>
</html>