mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 19:46:09 +01:00
Redirect to javadoc/latest
This commit is contained in:
parent
e9f49e80a2
commit
c4917aa7c1
13
index.html
Normal file
13
index.html
Normal 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
13
javadoc/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user