mirror of
https://github.com/servo/servo.git
synced 2025-06-14 19:34:29 +00:00
10 lines
157 B
HTML
10 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
</body>
|
|
</html>
|