Files
hansken-extraction-plugin-s…/index.html
2022-08-05 09:22:07 +02:00

15 lines
445 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./latest">
<script type="text/javascript">
window.location.href = "./latest"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='./latest'>link to the latest documentation</a>.
</body>
</html>