Redirect to javadoc/latest

This commit is contained in:
Ben Woo 2024-11-14 13:52:05 +08:00 committed by GitHub
parent e9f49e80a2
commit c4917aa7c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=javadoc/latest">
<title>Redirecting...</title>
<script type="text/javascript">
window.location.href = "javadoc/latest";
</script>
</head>
<body>
<p>If you are not redirected automatically, <a href="javadoc/latest">click here</a>.</p>
</body>
</html>

13
javadoc/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=latest">
<title>Redirecting...</title>
<script type="text/javascript">
window.location.href = "latest";
</script>
</head>
<body>
<p>If you are not redirected automatically, <a href="latest">click here</a>.</p>
</body>
</html>