Skip to content

Commit

Permalink
feat: add dog emoji as favicon (typicode#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehaywood authored and nikoladavitkovski committed Sep 2, 2022
1 parent c2f27bf commit 7256ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.html
Expand Up @@ -13,6 +13,10 @@
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
/>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🐶</text></svg>"
/>
<style>
.markdown-section {
max-width: 840px;
Expand Down

0 comments on commit 7256ce4

Please sign in to comment.