nasg/templates/Redirect.j2.html

28 lines
650 B
HTML
Raw Normal View History

<!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>