Skip to content

Commit 399c1bd

Browse files
committed
Add red headphone SVG favicon
1 parent 3a517eb commit 399c1bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/marketing-page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export const MARKETING_PAGE_HTML = `<!DOCTYPE html>
2626
2727
<meta name="robots" content="index, follow">
2828
29+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d51007' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E">
30+
2931
<script type="application/ld+json">
3032
{
3133
"@context": "https://schema.org",

0 commit comments

Comments
 (0)