mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
11 lines
157 B
HTML
11 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
</body>
|
|
</html>
|