1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/_layouts/redirect.html

14 lines
401 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}" />
<title>CONTENT MOVED: {{ page.title }} :: {{ site.name }}</title>
</head>
<body>
<h1>The page <em>{{ page.title }}</em> moved.</h1>
If you are not being redirected automatically, please <a href="{{ page.redirect_to }}">click here</a>.
</body>
</html>