Files
pathduck.github.io/test/visited-links/success.html
T
2025-08-27 09:13:48 +02:00

11 lines
207 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Success!</p>
</body>
</html>