mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
9 lines
137 B
HTML
9 lines
137 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#iframe_box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div id='iframe_box'></div>
|