Files
pathduck.github.io/test/visited-links/index.html
T
2025-05-31 23:09:42 +02:00

28 lines
699 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Visited Links Test</title>
</head>
<style>
/* a:visited {color: red;} */
body {font-weight: bolder;}
</style>
<body>
<h2>
<a href="success.html">SUBPAGE</a><br>
<a href="https://pathduck.github.io">GITHUB.IO</a><br>
<a href="https://github.com">GITHUB.COM</a><br>
<a href="https://www.youtube.com/">YOUTUBE.COM</a><br>
<a href="https://vivaldi.com/">VIVALDI.COM</a><br>
<a href="https://vivaldi.net/">VIVALDI.NET</a><br>
<a href="https://www.facebook.com/">FAKEBOOK.COM</a><br>
<a href="https://www.bbc.com/news">BBC NEWS</a><br>
</h2>
<h3>IFRAME<h3>
<iframe height="300px" src="https://stian.sdf.org/test/visited-links/frame.html"></iframe>
</body>
</html>