website-redirector/template.html

11 lines
273 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting to _TITLE_</title>
<meta charset="UTF-8"/>
<meta http-equiv="refresh" content="0; url=_RDURL_"/>
</head>
<body>
<p>Redirecting to <a href="_RDURL_">_TITLE_</a> (<a href="_RDURL_">_RDURL_</a>)</p>
</body>
</html>