docusaurus/examples/markdownPageExample.html.html
2024-04-18 17:26:56 +02:00

11 lines
352 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/examples/markdownPageExample">
<link rel="canonical" href="/examples/markdownPageExample" />
</head>
<script>
window.location.href = '/examples/markdownPageExample' + window.location.search + window.location.hash;
</script>
</html>