aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/layouts/_default/redirect.html
blob: f675d0c6cf0fbaeb46514c3226dd4ce0f4a5d069 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>{{ .Page.Params.redirect | absURL }}</title>
    <link rel="canonical" href="{{ .Page.Params.redirect | absURL }}">
    <meta name="robots" content="noindex">
    <meta http-equiv="refresh" content="0; url={{ .Page.Params.redirect | absURL }}">
  </head>
</html>