바로이동 소스 포워딩소스
- Uncategorized
- 2008. 6. 29.
접속 시 특정 사이트로 바로 이동 시키고 싶을 때
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta http-equiv="refresh" content="0;url=이동하고자하는 주소">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p> </p>
</body>
</html>