11 lines
217 B
HTML
11 lines
217 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="refresh" content="0; url=<%= url %>">
|
|
<title>Redirect</title>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="<%= url %>"><%= url %></a>...
|
|
</body>
|
|
</html>
|