2009-11-05から1日間の記事一覧

ホームページを自動転送(リディレクト)するためのHTMLコード

<html> <head> <title>ホームページのタイトル</title> <meta http-equiv="REFRESH" content="0;url=http://www.tanemori.com"> </head> <BODY> ホームページの本文 </body> </html>ネタ元 http://www.tanemori.com/modules/computer/item.php?itemid=2