mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-27 23:53:45 -04:00
add tests for favicons
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user