4chan-x/redirect.html
2016-04-17 04:31:18 -07:00

11 lines
271 B
HTML

<% url = (url || 'https://www.4chan.org/feedback'); %><!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>