blockcore-notes/404.html

7 lines
194 B
HTML
Raw Normal View History

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