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