請將下列的代碼,擺到 index.html ,就可以將訪客,導向想要轉去的頁面:
語法:
********************************************************************
<html>
<head>
<meta http-equiv="refresh" content="秒數; url=網址">
</head>
</html>
********************************************************************
下列以讀取頁面於3秒後,會轉頁到 http://unethost.com 為範例:
<meta http-equiv="refresh" content="3; url=http://unethost.com">