I have looked over pretty simple implementations of how to implement a favicon.
The following code is on the landing page of my website:
<!-- Icon -->
<link rel="icon" type="image/jpg" href="Pictures/logo.jpg">
Strangely the icon is not loading, am I required to load a specific library? I know that the image does not necessarily need to be compressed into a 16x16 image. Thanks for the help!