mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
5 lines
157 B
HTML
5 lines
157 B
HTML
<!DOCTYPE html>
|
|
<div>
|
|
<span style="color: green">This text should be green.</span><br>
|
|
<span style="color: blue">This text should be blue.</span>
|
|
</div>
|