aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/redirect.html
blob: 97b6ef00cf608d55be3fa33fe69b0a8215bde639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{#-
  This file was automatically generated - do not edit
-#}
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title>{{ config.site_name }}</title>
    <noscript>
      <meta http-equiv="refresh" content="0;url={{ page.meta.location }}">
    </noscript>
    <script>window.location.replace(["{{ page.meta.location }}",window.location.search,window.location.hash].join(""))</script>
  </head>
  <body></body>
</html>