mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
10 lines
255 B
HTML
Executable file
10 lines
255 B
HTML
Executable file
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com">
|
|
<style>
|
|
div { background-color: green; color: white; }
|
|
</style>
|
|
<body>
|
|
<div>This should be white on green.</div>
|
|
</body>
|