mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
13 lines
300 B
HTML
13 lines
300 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="461710_visited_page.html" id="link">Link to the third visited page</a></p>
|
||
|
|
</body>
|
||
|
|
</html>
|