Favicons

A favicon is the little marker in the top of the webbrowser. It should not be ignored, and instead considered an extension of your design. Similarly, the title of the project is equally important.

Instructions:

  1. Create a 32 × 32 pixel icon and save it out as "favicon.png"
  2. Save it in your local directory. Example, in this folder its saved in assets/imgs
  3. Link to it in your head like this:
    <link rel="icon" href="assets/imgs/favicon.png" type="image/x-icon" />