Skip to content

Commit

Permalink
feat: add dog emoji as favicon (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehaywood committed Feb 1, 2022
1 parent 68b4103 commit 082a55c
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 082a55c

Please sign in to comment.