mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
13 lines
279 B
HTML
13 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>HAPI</title>
|
|
<script>
|
|
sessionStorage.setItem('spaRedirect', window.location.pathname + window.location.search + window.location.hash)
|
|
window.location.replace('/')
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|