2023-08-25 16:52:26 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Redirecting</title>
|
|
|
|
<noscript>
|
2024-03-11 23:33:02 +08:00
|
|
|
<meta http-equiv="refresh" content="1; url=https://axmol.dev/manual/@VERSION@" />
|
2023-08-25 16:52:26 +08:00
|
|
|
</noscript>
|
|
|
|
<script>
|
2024-03-11 23:33:02 +08:00
|
|
|
window.location.href = 'https://axmol.dev/manual/@VERSION@';
|
2023-08-25 16:52:26 +08:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-03-11 23:33:02 +08:00
|
|
|
Redirecting to <a href="https://axmol.dev/manual/@VERSION@">https://axmol.dev/manual/@VERSION@</a>
|
2023-08-25 16:52:26 +08:00
|
|
|
</body>
|
2023-08-31 21:20:01 +08:00
|
|
|
</html>
|