mirror of
https://github.com/danbulant/console-hub
synced 2026-07-06 19:41:05 +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>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Console hub (redirecting..)</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
|
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue