HTML

Redirect page

1. Usage

Format : content=[time];URL=[redirect URL]

<html>
<head>
    <meta http-equiv="refresh" content="0;URL='http://www.example.com'" />
</head>
</html>

 

Back To Top