tweaking new landing page

This commit is contained in:
t3chn0m4g3
2020-01-24 14:14:09 +00:00
parent 95a075e764
commit 2d16a9c9f6
12 changed files with 51 additions and 87 deletions

11
docker/heimdall/dist/html/cockpit.html vendored Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh">
<script type="text/javascript">
window.location.href = window.location.protocol + '//' + window.location.hostname + ':64294'
</script>
<title>Redirect to Cockpit</title>
</head>
</html>