Files
dementiewijs/static/workshops/index.html

15 lines
381 B
HTML

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