mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
9 lines
196 B
HTML
9 lines
196 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
a {
|
|
text-decoration: underline;
|
|
background-color: rgb(0, 150, 0);
|
|
}
|
|
</style>
|
|
<a style="color: rgb(150, 0, 0)">Unvisited</a>
|
|
<a style="color: white">Visited</a>
|