Update visited-links

This commit is contained in:
Stian
2025-08-27 09:13:48 +02:00
parent 9e5117f75b
commit 4f846bacdd
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -3,11 +3,11 @@
<head>
<title>Visited Links Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style>
a:visited {color: salmon;}
body {font-weight: bolder;}
</style>
</head>
<style>
a:visited {color: salmon;}
body {font-weight: bolder;}
</style>
<body>
<h2>
+4 -4
View File
@@ -4,11 +4,11 @@
<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>
<style>
a:visited {color: salmon;}
body {font-weight: bolder;}
</style>
<body>
<h2>
+2 -2
View File
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Success!</p>
<p>Success!</p>
</body>
</html>