mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
10 lines
123 B
HTML
10 lines
123 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
div {
|
|
color: #00000080;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div>foobar</div>
|
|
</body>
|