change relocation

This commit is contained in:
Vick Scarlet
2021-11-28 21:22:54 +08:00
parent 60503eae47
commit eb02d1ee6f

View File

@ -10,7 +10,7 @@
</head>
<body>
<script language="javascript" type="text/javascript">
window.location.href="../public/index.html";
window.location.href="/public/index.html";
</script>
</body>
</html>