devSoyoung / STUDY

✏️ 공부한 내용 정리, 주제에 따라 분류
4 stars 1 forks source link

meta 태그를 이용한 페이지 redirect #5

Open devSoyoung opened 5 years ago

devSoyoung commented 5 years ago

meta 태그를 이용한 페이지 redirect

<html>
    <head>
        <meta http-equiv="refresh" content="0; url=http://itlab.tistory.com/"></meta>
    </head>
</html>