mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Updated files
This commit is contained in:
+5
-5
@@ -31,14 +31,14 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Oct 7 18:31] <a class="DIR" href="./cache/">cache</a><br>
|
||||
[ 0 Oct 7 18:32] <a class="DIR" href="./float/">float</a><br>
|
||||
[ 0 Jul 9 12:51] <a class="DIR" href="./focus/">focus</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./focus/">focus</a><br>
|
||||
[ 0 Nov 9 17:43] <a class="DIR" href="./js/">js</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./login/">login</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./login/">login</a><br>
|
||||
[ 0 Dec 30 12:43] <a class="DIR" href="./media-fullscreen/">media-fullscreen</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./pdf/">pdf</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./pdf/">pdf</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Oct 7 18:29] <a class="DIR" href="./test-links/">test-links</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Oct 7 17:59] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 383 Feb 8 2022] <a class="EXEC" href="./db-test.php">db-test.php</a><br>
|
||||
[ 366 Oct 5 23:07] <a class="EXEC" href="./test-favicon.php">test-favicon.php</a><br>
|
||||
|
||||
+10
-12
@@ -3,17 +3,15 @@
|
||||
<head>
|
||||
<title>HTML Test Cases</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Test Links</h3>
|
||||
<hr>
|
||||
<div>Test Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
|
||||
<div>Test Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a></div>
|
||||
<div>Test Mailto link: <a href="mailto:test@example.com">Mailto link</a></div>
|
||||
<div>Test TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
|
||||
<div>Test FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a></div>
|
||||
<div>Test "insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
|
||||
<hr>
|
||||
<div>Test IFrame:<br><iframe width="100%" height="200px" src="https://int21.de/frametest/"></iframe></div>
|
||||
<hr>
|
||||
<body>
|
||||
<h3>Testing Links</h3>
|
||||
<hr>
|
||||
<div>Custom 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