IT

meta 태그를 이용한 리다이렉트

윤시즈 2018. 8. 2. 01:22

meta 태그를 이용한 리다이렉트


1
2
3
4
5
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://example.com"></meta>
</head>
</html>
cs



반응형