9 lines
231 B
HTML
9 lines
231 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<iframe src="withshield-iframe.html" width='320' height='240'></iframe>
|
||
|
|
||
|
<div style="height:1024px; background-color: lightyellow">
|
||
|
dummy div 1024px height to create a scrollable page
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|