mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
12 lines
258 B
HTML
12 lines
258 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
iframe {
|
|
position: absolute;
|
|
width: 200px;
|
|
height: 200px;
|
|
top: 100px;
|
|
left: 100px;
|
|
border: solid green 50px;
|
|
}
|
|
</style>
|
|
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E">
|