Created
February 18, 2019 14:28
-
-
Save codeonion/4602e21b7efec04e43fa74baaf8e52ce to your computer and use it in GitHub Desktop.
Adding a Favicon
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</title> | |
<link rel="shortcut icon" href="stupidFavicon.ico" type="image/x-icon"> | |
<link rel="icon" href="stupidFavicon.ico" type="image/x-icon"> | |
</head> | |
<body> | |
Just checking the Favicon | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment