masakudamatsu / template

Template code for making a website
MIT License
1 stars 0 forks source link

Add favicon #4

Closed masakudamatsu closed 6 years ago

masakudamatsu commented 6 years ago

Use Favicon Generator to create a favicon image.

Save it as favicon.ico in the root directory.

Then the following line of code in the head section displays the favicon.

<link rel="icon" href="favicon.ico" type="image/x-icon">