Update visited-links

This commit is contained in:
Stian
2025-08-27 10:33:47 +02:00
parent 58146ce4ff
commit 8f4c22a1a5
-29
View File
@@ -1,29 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Visited Links Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<meta name="referrer" content="no-referrer">
<style>
a:visited {color: salmon;}
body {font-weight: bolder;}
</style>
</head>
<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>