Update files

This commit is contained in:
Stian
2026-09-18 15:32:16 +02:00
parent e385cb30bc
commit 03530d73df
+17 -16
View File
@@ -1,19 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Cases</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Testing Links</h3>
<hr>
<div>TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
<div>MAILTO link: <a href="mailto:test@example.com">MAILTO link</a></div>
<div>MAGNET link: <a href="magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3&dn=The+WIRED+CD+-+Rip.+Sample.+Mash.+Share&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fwired-cd.torrent">MAGNET link</a></div>
<div>FTP protocol: <a href="ftp://anonymous:anonymous@example.com@ftp.sunet.se/">FTP link</a></div>
<div>SFTP protocol: <a href="sftp://demo:password@test.rebex.net">SFTP link</a></div>
<div>"Insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/BattlesInNormandy/BattlesInNormandy-Updatev101.exe">Download over plain HTTP</a></div>
<div>"Insecure" ZIP download: <a href="http://ftp.matrixgames.com/pub/AYearInReview2008.zip">Download over plain HTTP</a></div>
<hr>
</body>
<head>
<title>HTML Test Cases</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Testing Links</h3>
<hr>
<div>MAILTO: <a href="mailto:test@example.com">MAILTO link</a></div>
<div>TEL: <a href="tel:1-234-567-8910">TEL link</a></div>
<div>FTP: <a href="ftp://anonymous:anonymous@example.com@ftp.sunet.se/">FTP link</a></div>
<div>SFTP: <a href="sftp://demo:password@test.rebex.net">SFTP link</a></div>
<div>STEAM: <a href="steam://store/305620">STEAM link</a></div>
<div>MAGNET: <a href="magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3&dn=The+WIRED+CD+-+Rip.+Sample.+Mash.+Share&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fwired-cd.torrent">MAGNET link</a></div>
<div>HTTP EXE: <a href="http://ftp.matrixgames.com/pub/BattlesInNormandy/BattlesInNormandy-Updatev101.exe">Download over plain HTTP</a></div>
<div>HTTP ZIP: <a href="http://ftp.matrixgames.com/pub/AYearInReview2008.zip">Download over plain HTTP</a></div>
<hr>
</body>
</html>