geckoview/_layouts/redirect.html

13 строки
329 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to {{ page.redirect }}</title>
<meta http-equiv="refresh" content="0; URL={{ page.redirect }}">
<link rel="canonical" href="{{ page.redirect }}">
</head>
<body>
Redirecting to <a href="{{ page.redirect }}">{{ page.redirect }}</a>.
</body>
</html>