Files
pauljanseneu/static/boek/index.html

15 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=/boek-dementiewijs/">
</head>
<body>
<script type="text/javascript">
window.location = "/boek-dementiewijs/";
</script>
<p>You are being redirected to <a href="/boek-dementiewijs/">/boek-dementiewijs/</a></p>
</body>
</html>