TODAY / TOTAL

|

movie | drama | site | tip ( m / tu / rr) >> message

2018. 6. 14. 15:28


<head></head> 사이에 입력해준다.

1
2
3
4
5
<script type="text/javascript">
if ( window.location.pathname == '/' ) {
     location.href = '설정할 주소';
}
</script>
cs