mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
19 lines
1008 B
HTML
Executable File
19 lines
1008 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Cases</title>
|
|
</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/amazon/Afghanistan11-SetupBeta-v070.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>
|