Files
pathduck.github.io/test/links/index.html
T
2023-07-05 18:16:23 +02:00

18 lines
680 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Cases</title>
</head>
<body>
<h3>Testing Links</h3>
<hr>
<div>SFTP protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
<div>Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a></div>
<div>Mailto link: <a href="mailto:test@example.com">Mailto link</a></div>
<div>TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
<div>FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a></div>
<div>"insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
<hr>
</body>
</html>