axmol/docs/doc_index.html.in

17 lines
489 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
2023-08-31 21:20:01 +08:00
<meta http-equiv="refresh" content="1; url=https://axmolengine.github.io/axmol/manual/@VERSION@" />
</noscript>
<script>
2023-08-31 21:20:01 +08:00
window.location.href = 'https://axmolengine.github.io/axmol/manual/@VERSION@';
</script>
</head>
<body>
2023-08-31 21:20:01 +08:00
Redirecting to <a href="https://axmolengine.github.io/axmol/manual/@VERSION@">https://axmolengine.github.io/axmol/manual/@VERSION@</a>
</body>
2023-08-31 21:20:01 +08:00
</html>