Files
FHC-Core/cms/index.html
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

13 lines
430 B
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>FH-Complete</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="JavaScript" type="text/javascript">
window.location.href='admin.php';
</script>
</head>
<body>
Wenn Sie nicht weitergeleitet werden, klicken Sie bitte <a href="admin.php">hier</a>
</body>
</html>