Files
hapi/web/public/404.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>