charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Add favicon to HTML/erb pages #21

Closed melikecode closed 7 years ago

melikecode commented 7 years ago

Icon that shows in browser, especially for bookmarking. Find a cool one that is 32x32 and save as favicon.ico in the site's root directory. Put this code under the tags:

<link rel="shortcut icon" type="image/ico" href="favicon.ico">
melikecode commented 7 years ago

done