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

Added visited-links

This commit is contained in:
Stian
2025-05-12 17:58:35 +02:00
parent 396bf0e48b
commit b07ee9b33f
3 changed files with 35 additions and 1 deletions

View File

@@ -53,13 +53,14 @@
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./translate/">translate</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./video-filters/">video-filters</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;May&nbsp;12&nbsp;17:49]&nbsp;&nbsp;<a class="DIR" href="./visited-links/">visited-links</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./window-open-crash/">window-open-crash</a><br>
[&nbsp;383&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="EXEC" href="./db-test.php">db-test.php</a><br>
<br><br>
</p>
<p>
25 directories, 1 file
26 directories, 1 file
<br><br>
</p>
</html>

24
test/visited-links/index.html Executable file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Visited Links Test</title>
</head>
<style>
a:visited {color: red;}
body {font-weight: bolder;}
</style>
<body>
<h2>
<a href="success.html">TEST PAGE</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>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<p>Success!</p>
</body>
</html>