Files
superset2/markdown-page.htm/index.html
2022-02-23 10:44:17 -05:00

11 lines
259 B
HTML

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