Created
June 23, 2021 16:56
-
-
Save subzey/e0b65adeb51a5fbc9eb0cf2bdddfcf05 to your computer and use it in GitHub Desktop.
Favicon test
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
<!doctype html> | |
<html> | |
<head> | |
<title>Favicon test</title> | |
<link rel="icon" href="favicon.svg" type="image/svg+xml"> | |
</head> | |
<body> | |
<img src="favicon.svg" width="16" height="16"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment