Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 293 Bytes

HTMLSnippets.md

File metadata and controls

9 lines (7 loc) · 293 Bytes

HTML Snippets

Emoji as Favicon

Add this to the <head>:

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎯</text></svg>">

Source: https://css-tricks.com/emojis-as-favicons/