mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
20 lines
1.1 KiB
HTML
Executable File
20 lines
1.1 KiB
HTML
Executable File
<!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>
|
|
</html>
|