mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
9 lines
113 B
HTML
9 lines
113 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|