mirror of https://github.com/axmolengine/axmol.git
17 lines
417 B
HTML
17 lines
417 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=https://axmol.dev/manual/@VERSION@" />
|
|
</noscript>
|
|
<script>
|
|
window.location.href = 'https://axmol.dev/manual/@VERSION@';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="https://axmol.dev/manual/@VERSION@">https://axmol.dev/manual/@VERSION@</a>
|
|
</body>
|
|
</html>
|