Welcome to Delicate template
Header
Just another WordPress site
Header

用html的meta 标签,跳转到其它页面

4月 28th, 2011 | Posted by 无 名 in html

用html的meta 标签,跳转到其它页面,代码如下:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<meta http-equiv="refresh" content="0;url=&#91;!--news.url--&#93;about/about.html">
</head>
  
<body>
</body>
</html>

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.