mirror of
https://github.com/MAGICGrants/MagicGrants.org.git
synced 2026-01-09 20:18:05 -05:00
13 lines
418 B
HTML
13 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="canonical" href="{{ page.redirect_to }}"/>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
|
|
</head>
|
|
<body>
|
|
<h1>Redirecting...</h1>
|
|
<a href="{{ page.redirect_to }}">Click here if you are not redirected.<a>
|
|
<script>location='{{ page.redirect_to }}'</script>
|
|
</body>
|
|
</html> |