Add a favicon (.ico) Suggestions: - Padlock - Safe ```html <link rel="shortcut icon" type="image/png" href="favicon.png"/> ``` ```html <link rel='shortcut icon' type='image/x-icon' href='favicon.ico' /> ```