mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|