chatcontrol_dk/index.html

15 lines
284 B
HTML
Raw Normal View History

2022-09-22 06:35:37 +00:00
<!DOCTYPE html>
2022-10-10 19:27:11 +00:00
<html lang="en-GB">
2022-09-22 06:35:37 +00:00
<head>
<title>redirecting</title>
2022-10-10 19:27:11 +00:00
<meta http-equiv="refresh" content="0;url=da/" />
2022-09-22 06:35:37 +00:00
</head>
<body>
<p>Redirecting...</p>
<p>
2022-10-10 19:27:11 +00:00
<a href="da/">dansk</a>
<a href="en/">english</a>
2022-09-22 06:35:37 +00:00
</p>
</body>
</html>