Example of Permalinks - Redirect

Permalinks - Redirect realized with HTML

This HTML based example displays a link that redirects to the most recent document.

<!DOCTYPE HTML>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <title>Document</title>
</head>
<body>

    <a href="https://api.hansainvest.com/docredirecter/v2/docredirect/fsprivat/DE0008479023/de/de">
        Document
    </a>

</body>
</html>