<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="refresh" content="0; url=./S1/">

    <script>

        window.location.href = "./S1/";

    </script>

    <title>Redirecting...</title>

</head>

<body>

    <p>Als je niet automatisch wordt doorgestuurd, <a href="./S1/">klik dan hier</a>.</p>

</body>

</html>