mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
16 lines
217 B
HTML
16 lines
217 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
iframe {
|
|
overflow: hidden;
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="about:blank">
|
|
</iframe>
|
|
</body>
|
|
</html>
|