website-redirector/template.html

11 lines
247 B
HTML
Raw Normal View History

2024-04-20 13:27:05 +02:00
<!DOCTYPE html>
<html>
<head>
2024-04-20 13:41:00 +02:00
<title>Redirecting to _TITLE_</title>
2024-04-20 13:27:05 +02:00
<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>