chatcontrol_dk/index.html

15 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>redirecting</title>
<meta http-equiv="refresh" content="0;url=da" />
</head>
<body>
<p>Redirecting...</p>
<p>
<a href="da">dansk</a>
<a href="en">english</a>
</p>
</body>
</html>