Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic authored Aug 19, 2024
1 parent 6caf043 commit e58fd69
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exemple d'iframe</title>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<h1>Mon iframe</h1>
<iframe src="Appel The Aventure-10.html" width="600" height="400" title="Exemple d'iframe"></iframe>
<iframe src="Appel The Aventure-10.html" title="Exemple d'iframe"></iframe>
</body>
</html>

0 comments on commit e58fd69

Please sign in to comment.