pages/index.html

12 lines
215 B
HTML
Raw Normal View History

2023-10-16 12:39:40 +02:00
<!DOCTYPE html>
2024-05-15 02:12:43 +02:00
<html>
2023-10-16 12:39:40 +02:00
<head>
2024-05-15 02:12:43 +02:00
<meta http-equiv="refresh" content="0; URL=https://scstw.itsblue.de" />
2023-10-16 12:39:40 +02:00
</head>
2024-05-15 02:12:43 +02:00
<body>
Redirectring to <a href="https://scstw.itsblue.de">https://scstw.itsblue.de</a>
2023-10-16 12:39:40 +02:00
</body>
2024-05-15 02:12:43 +02:00
</html>
2023-10-16 12:39:40 +02:00