-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathiframe.html
29 lines (28 loc) · 1.12 KB
/
iframe.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>IFrame test : QFDMO</title>
<meta name="description" content="IFrame test : QFDMO">
</head>
<body style="background-color:#c0c0c0; margin:0 10px;">
<div>
<h1>Page d'affichage dynamique de l'iframe de l'application</h1>
<p>Ci-dessous s'affiche l'iframe de l'application</p>
</div>
<script src="https://lvao.ademe.fr/static/iframe.js"
data-max_width="1000px"
data-height="700px"
data-direction="jai"
data-first_dir="jai"
data-action_list="donner|revendre"
data-iframe_attributes='{"loading":"lazy", "class":"js-iframe lazyloaded", "title":"Les Bonnes adresses", "data-example":"example" }'
async
></script>
<div>
<p>Fin de l'affichage de l'iframe de l'application</p>
</div>
</body>
</html>