From dbf096fa4825d9a200009c0068b87d668246930c Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 17 Dec 2024 16:26:14 +0100 Subject: [PATCH] Set default version to 0.12 with mike 2.0.0 --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..744b48f9 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>Redirecting</title> + <noscript> + <meta http-equiv="refresh" content="1; url=0.12/" /> + </noscript> + <script> + window.location.replace( + "0.12/" + window.location.search + window.location.hash + ); + </script> +</head> +<body> + Redirecting to <a href="0.12/">0.12/</a>... +</body> +</html> -- GitLab