File: redirect.html

package info (click to toggle)
mkdocs-material 9.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,636 kB
  • sloc: javascript: 3,965; python: 3,622; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
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>