피클웹 블로그

리디렉션, 리다이렉트, 웹 페이지 자동 이동

2 년 전 1,200

메타태그, Meta Tag 이용

<!doctype html>
<html lang="ko">
    <head>
        <title>Redirection</title>
        <meta http-equiv="Refresh" content="20; URL=https://www.ppcle.com">
    </head>
    <body>
        <p>이 페이지는 20초 후 "https://www.ppcle.com"으로 이동합니다.</p>
    </body>
</html>