dca3-game/public/index.html

12 lines
361 B
HTML
Raw Normal View History

2024-12-26 11:10:17 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-12-31 09:05:08 +00:00
<title>DCA3 Redirect</title>
<meta http-equiv="refresh" content="5;url=https://dca3.net">
2024-12-26 11:10:17 +02:00
</head>
<body>
2024-12-31 09:05:08 +00:00
<p>You will be redirected to <a href="https://dca3.net">dca3.net</a> in 5 seconds.</p>
2024-12-26 11:10:17 +02:00
</body>
2024-12-31 09:05:08 +00:00
</html>