nasg/templates/Redirect.j2.html
Peter Molnar 70a775b6d5 - redirects and gones are now rendered
- xmlrpc link removed because spam
- minor template cleanups
- incmonig webmention logging improvements
2019-10-19 10:05:54 +01:00

27 lines
650 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,initial-scale=1,minimum-scale=1" name="viewport"/>
<meta http-equiv="refresh" content="3; url={{ target }}" />
<title>Moved</title>
</head>
<body>
<h1>
<center>This content has move to a new location:</center>
</h1>
<p>
<center>
<a href="{{ target }}">{{ target }}</a>
</center>
</p>
<p>
<center>
You will be redirected in 3 seconds; if that does not happen, please click on the link.
</center>
</p>
</body>
</html>