mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
15 lines
216 B
HTML
15 lines
216 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
iframe {
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe scrolling="no" src="iframe-transform.html">
|
|
</iframe>
|
|
</body>
|
|
</html>
|