mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
305 B
HTML
13 lines
305 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Link page 3</title>
|
|
<style type="text/css">
|
|
a:link { color: #0000ff; }
|
|
a:visited { color: #ff0000; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><a href="visited_page.html" id="link">Link to the third visited page</a></p>
|
|
</body>
|
|
</html> |