mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
14 lines
401 B
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>
|