blob: 6dc51982997578a89ed235c5934c4c863ccf73e4 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html style="height: 100%;">
<body style="height: 100%;">
<!-- Make sure the div forces the frame off the screen by default -->
<div style="height: 200%"></div>
<iframe></iframe>
</body>
</html>
|