Files
remco-nfi d8316d6c15 0.8.3
2024-09-20 08:49:35 +02:00

15 lines
456 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/index.html"
</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>