chatcontrol_dk/index.html

15 lines
268 B
HTML
Raw Normal View History

2022-09-22 06:35:37 +00:00
<!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>