mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
9 lines
248 B
HTML
9 lines
248 B
HTML
<!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 src="about:neterror"></iframe>
|
|
</body>
|
|
</html>
|