1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
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>