mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
11 lines
237 B
HTML
11 lines
237 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com">
|
|
<style type="text/css">
|
|
div { color: green; }
|
|
</style>
|
|
<body>
|
|
<div>This should be green.</div>
|
|
</body>
|