<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5;url=https://www.example.com" />
<title>自动跳转示例</title>
</head>
<body>
<p>如果页面没有自动跳转,<a href="http://www.example.com">点击这里</a>。</p>
</body>
</html>​