mirror of
https://github.com/danbulant/console-hub
synced 2026-06-19 06:21:06 +00:00
fix redirect to root
This commit is contained in:
parent
8181ee3c1f
commit
84eb6f55ef
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Console hub (redirecting..)</title>
|
||||
<meta http-equiv="refresh" content="0;url=/html/index.html">
|
||||
<meta http-equiv="refresh" content="0;url=html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue