mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
15 lines
614 B
HTML
Executable File
15 lines
614 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">
|
|
</head>
|
|
<body>
|
|
Test of SVG Favicon and fallback icon.
|
|
</body>
|
|
</html>
|