HTML head tag meta to achieve refresh redirection

HTML head tag meta to achieve refresh redirection

Copy code
The code is as follows:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Refresh"
content="5;url=http://www.baidu.com">
</head>
<body>
<p>
sorry. We have moved. Your URL is
<a href="http://www.baidu.com">http://www.w3school.com.cn</a>
</p>
<p>You will be redirected to the new address in 5 seconds. </p>
<p>If you still see this message after 5 seconds, please click the link above. </p>
</body>
</html>

<<:  Introduction to the visual expression of the core content of web pages (picture and text)

>>:  Detailed explanation of TIMESTAMPDIFF case in MySQL

Recommend

A detailed explanation of how React Fiber works

Table of contents What is React Fiber? Why React ...

How to achieve the maximum number of connections in mysql

Table of contents What is the reason for the sudd...

Two solutions for automatically adding 0 to js regular format date and time

Table of contents background Solution 1 Ideas: Co...

MySQL extracts Json internal fields and dumps them as numbers

Table of contents background Problem Analysis 1. ...

WeChat applet implements the snake game

This article shares the specific code of the WeCh...

Solve the problem that vue project cannot carry cookies when started locally

Solve the problem that the vue project can be pac...

Research on the value of position attribute in CSS (summary)

The CSS position attribute specifies the element&...

The whole process of developing a Google plug-in with vue+element

Simple function: Click the plug-in icon in the up...

CSS multi-column layout solution

1. Fixed width + adaptive Expected effect: fixed ...

Use js to call js functions in iframe pages

Recently, I have been working on thesis proposals ...

How to update, package, and upload Docker containers to Alibaba Cloud

This time, we will try to package the running con...

Vue-cli framework implements timer application

Technical Background This application uses the vu...

Nginx Layer 4 Load Balancing Configuration Guide

1. Introduction to Layer 4 Load Balancing What is...

Detailed explanation of this pointing problem in JavaScript function

this keyword Which object calls the function, and...