mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
10 lines
129 B
HTML
10 lines
129 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Test</title>
|
|
<style>
|
|
body {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<p>This text should be green.
|