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:
@@ -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,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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user