mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
11 lines
No EOL
263 B
HTML
11 lines
No EOL
263 B
HTML
<!DOCTYPE html>
|
|
<html><head><meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link href="http://www.intel.com" rel="author" title="Intel">
|
|
<style type="text/css">
|
|
div { color: green; }
|
|
</style>
|
|
</head><body>
|
|
<div>This should be green.</div>
|
|
|
|
</body></html> |