메타태그, 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>