Files
pathduck.github.io/test/favicon-svg/index.html
T
2025-06-01 11:43:10 +02:00

16 lines
703 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test of SVG Favicon</title>
<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="icon" sizes="32x32" type="image/png" href="favicon.ico">
<link rel="alternate icon" sizes="32x32" type="image/png" href="favicon.ico">
<link rel="shortcut icon" sizes="32x32" type="image/png" href="favicon.ico">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
Test of SVG Favicon and fallback icon.
</body>
</html>