<!DOCTYPE html>
<html lang="da">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="img/icon.png">
    <link rel="stylesheet" href="css/styles.css" type="text/css">
    <title>Blocked Page - DCSL.dk</title>
    <script src="js/script.js"></script>
</head>
<body>
    <div id="content">
        <h1>You are not allowed to be here</h1>
        <h2> - Please return to the <a title="DCSL Homepage" href="https://dcsl.dk">homepage</a> or the <a onclick="navigateBack()" href="#">previous page</a></h2>
    </div>
</body>
</html>