Skip to content

Instantly share code, notes, and snippets.

@codeonion
Created February 18, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeonion/4602e21b7efec04e43fa74baaf8e52ce to your computer and use it in GitHub Desktop.
Save codeonion/4602e21b7efec04e43fa74baaf8e52ce to your computer and use it in GitHub Desktop.
Adding a Favicon
<!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