mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
7 lines
259 B
HTML
7 lines
259 B
HTML
<html>
|
|
<body>
|
|
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
|
style="display: block; border: 1px solid black; width: 500px; height: 300px; margin-left: 10px; margin-top: 20px;">
|
|
</iframe>
|
|
</body>
|
|
</html>
|