mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update visited-links
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user