6 lines
164 B
HTML
6 lines
164 B
HTML
<!doctype html>
|
|
<!--
|
|
scrolling=no is just paranoia to ensure that we don't get invalidations
|
|
due to scrollbars
|
|
-->
|
|
<iframe scrolling="no" id="iframe"></iframe>
|