feat(favicon): add favicon to page

This commit is contained in:
Triston Armstrong 2024-10-10 04:10:24 -04:00
parent fd1d55de5d
commit 44e7154084
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -10,6 +10,7 @@
type="text/css"
href="https://unpkg.com/tiny-markdown-editor/dist/tiny-mde.min.css"
/>
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.svg" />
</head>
<body>