blockcore-notes/404.html
2022-12-20 23:35:50 +00:00

7 lines
194 B
HTML

<script>
// Disabled until santization is verified.
// const path = window.location.pathname.slice(1);
// localStorage.setItem("path", path);
window.location.href = "../";
</script>