Peace Sign Icon in URL line

Here is how to put an image in the URL line

Here is how you can put an image in the URL line where people type the URL of the web page they want to view.

This is the image. Note is is a .ico image

Image of peace sign that is placed in the URL line
Which is this url:
my_peace_sign_icon.ico

In the <head > section

Put this

 <link rel="shortcut icon"
href="my_peace_sign_icon.ico"
type="image/x-icon">
or
 <link rel="shortcut icon" href="my_peace_sign_icon.ico" type="image/x-icon">

This is the webpage where I stole the peace sign logic from

 

Other Stuff