1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
mkdocs-material/material/redirect.html

17 lines
503 B
HTML
Raw Normal View History

2023-08-27 14:21:04 +02:00
{#-
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>