use iframe.html as iframe source, remove iframe height

This commit is contained in:
Nicolas Cusan
2019-09-04 10:30:20 +02:00
parent 90c2b63d57
commit c537af2d9a
4 changed files with 19 additions and 3 deletions

View File

@@ -292,7 +292,7 @@
</article>
<article id="embedded__iframe">
<header><h2>IFrame</h2></header>
<div><iframe src="test.html" height="300"></iframe></div>
<div><iframe src="iframe.html"></iframe></div>
<footer><p><a href="#top">[Top]</a></p></footer>
</article>
</section>