mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
9 lines
117 B
HTML
9 lines
117 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div></div>
|