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:
@@ -53,13 +53,14 @@
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./video-filters/">video-filters</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 May 12 17:49] <a class="DIR" href="./visited-links/">visited-links</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./window-open-crash/">window-open-crash</a><br>
|
||||
[ 383 Jan 6 20:23] <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
24
test/visited-links/index.html
Executable 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>
|
||||
9
test/visited-links/success.html
Executable file
9
test/visited-links/success.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML Test Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Success!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user