Files
SDS-CRM/public/index.html
2026-03-23 02:09:14 +01:00

16 lines
414 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SDS CRM</title>
<meta http-equiv="refresh" content="0;url=/start.html" />
<script>
location.replace('/start.html');
</script>
</head>
<body>
<p><a href="/start.html">Weiter zur Startseite</a></p>
</body>
</html>