1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00

Update visited-links

This commit is contained in:
Stian
2025-08-27 09:13:48 +02:00
parent 8661e3ac98
commit 5fed0bdb10
3 changed files with 10 additions and 10 deletions

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>

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>

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>