Last active
March 18, 2024 19:20
-
-
Save sethdavis512/5ce1614b3268420f5aff2d489ee31ffe to your computer and use it in GitHub Desktop.
Set favicon to SVG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
<!-- OTHER META --> | |
</head> | |
<!-- BODY TAG --> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment