mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-05 14:48:53 +00:00
14 lines
299 B
HTML
14 lines
299 B
HTML
![]() |
<!DOCTYPE HTML>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Redirect to Cockpit</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
window.location.href = window.location.protocol + '//' + window.location.hostname + ':64294';
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|