Add ico mirror code to html (favicon.ico is placed in the root directory)

Add ico mirror code to html (favicon.ico is placed in the root directory)
Code:

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>Levorotatory 360 slimming coffee, 10 times more effective than ordinary L-carnitine - Kebanah Levorotatory 360 coffee official website</title>
</head>
<link href="css/360.css" rel="stylesheet" type="text/css" />
<body>

Put a favicon.ico in the same folder as index. The mirror image effect is as follows:

The correct word is the ico picture

<<:  Element UI table realizes drop-down filtering function

>>:  Pure CSS to hide the scroll bar but still have the scrolling effect (mobile and PC)

Recommend

How to install PHP7 Redis extension on CentOS7

Introduction In the previous article, we installe...

Summary of various postures of MySQL privilege escalation

Table of contents 1. Write Webshell into outfile ...

Detailed steps to modify MySQL stored procedures

Preface In actual development, business requireme...

Detailed explanation of the process of docker packaging Python environment

The steps of docker packaging Python environment ...

How to pass the value of the select drop-down box to the id to implement the code

The complete code is as follows : HTML code: Copy ...

Exploration and correction of the weird behavior of parseInt() in js

Background: I wonder if you have noticed that if ...

JavaScript code to achieve a simple calendar effect

This article shares the specific code for JavaScr...

Nginx access control and parameter tuning methods

Nginx global variables There are many global vari...

Linux system prohibits remote login command of root account

ps: Here is how to disable remote login of root a...

The easiest way to debug stored procedures in Mysql

A colleague once told me to use a temporary table...

MySQL foreign key (FOREIGN KEY) usage case detailed explanation

Introduction: The disadvantages of storing all da...