redirect page

  • description :
  • author : 주레피
  • email : dhan@repia.com
  • lastupdate : 2020-01-29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; URL='이동할 주소'" />
<title>Video notes redirect</title>
</head>
 
<body>
Auto redirect to <a href='이동할 주소'>커맨트</a>
</body>
</html>

Ref