website-redirector/template.html

12 lines
273 B
HTML
Raw Normal View History

2024-04-20 13:27:05 +02:00
<!DOCTYPE html>
<html>
2024-05-04 18:42:55 +02:00
<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>
2024-04-20 13:27:05 +02:00
</html>