website-redirector/template.html
2024-04-20 13:41:00 +02:00

10 lines
247 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting to _TITLE_</title>
<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>