summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/iframe.html
blob: 6b07d626f020316b6bce596369db0cefc5fad6fc (plain)
1
2
3
4
5
6
<body>
    <p>This page has an iframe in it
    <p>Cool huh?
    <iframe width=300 height=200 src="iframe-subframe.html" style="border: 1px solid #444"></iframe>
    <p><b>this text is after the iframe</b>
</body>