mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
add tests for favicons
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="Author" content="Made by 'tree'">
|
||||
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
|
||||
<title>favicon-cors</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
BODY { font-family : ariel, monospace, sans-serif; }
|
||||
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
|
||||
B { font-weight: normal; color: black; background-color: transparent;}
|
||||
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
.VERSION { font-size: small; font-family : arial, sans-serif; }
|
||||
.NORM { color: black; background-color: transparent;}
|
||||
.FIFO { color: purple; background-color: transparent;}
|
||||
.CHAR { color: yellow; background-color: transparent;}
|
||||
.DIR { color: blue; background-color: transparent;}
|
||||
.BLOCK { color: yellow; background-color: transparent;}
|
||||
.LINK { color: aqua; background-color: transparent;}
|
||||
.SOCK { color: fuchsia;background-color: transparent;}
|
||||
.EXEC { color: green; background-color: transparent;}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>favicon-cors</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 366 Oct 5 2022] <a class="EXEC" href="./index.php">index.php</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 1 file
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🎻</text></svg>">
|
||||
<link rel="alternate icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<title>Test of SVG Favicon</title>
|
||||
</head>
|
||||
<body>
|
||||
Test of SVG Favicon and fallback icon.
|
||||
</body>
|
||||
</html>
|
||||
+6
-5
@@ -30,15 +30,16 @@
|
||||
<h1>test</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Oct 7 2022] <a class="DIR" href="./cache/">cache</a><br>
|
||||
[ 0 May 13 0:58] <a class="DIR" href="./favicon-cors/">favicon-cors</a><br>
|
||||
[ 0 Jul 5 17:58] <a class="DIR" href="./favicon-svg/">favicon-svg</a><br>
|
||||
[ 0 Feb 17 0:37] <a class="DIR" href="./float/">float</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 Nov 9 2022] <a class="DIR" href="./js/">js</a><br>
|
||||
[ 0 Oct 7 2022] <a class="DIR" href="./links/">links</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 Dec 30 2022] <a class="DIR" href="./media-fullscreen/">media-fullscreen</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 May 13 0:56] <a class="DIR" href="./test-favicon/">test-favicon</a><br>
|
||||
[ 0 Oct 7 2022] <a class="DIR" href="./test-links/">test-links</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Oct 7 2022] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 May 6 20:37] <a class="DIR" href="./window-open-crash/">window-open-crash</a><br>
|
||||
@@ -47,7 +48,7 @@
|
||||
</p>
|
||||
<p>
|
||||
|
||||
13 directories, 1 file
|
||||
14 directories, 1 file
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<h3>Testing Links</h3>
|
||||
<hr>
|
||||
<div>Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
|
||||
<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>
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 320 KiB |
Reference in New Issue
Block a user