summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/theme/redirect.hbs
blob: 9f49e6d09533e1fffa81b5edf467e819bee0c883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Redirecting...</title>
    <meta http-equiv="refresh" content="0;URL='{{url}}'">
    <meta rel="canonical" href="{{url}}">
  </head>
  <body>
      <p>Redirecting to... <a href="{{url}}">{{url}}</a>.</p>
  </body>
</html>