Closed masakudamatsu closed 6 years ago
Use Favicon Generator to create a favicon image.
Save it as favicon.ico in the root directory.
favicon.ico
Then the following line of code in the head section displays the favicon.
head
<link rel="icon" href="favicon.ico" type="image/x-icon">
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.