Skip to content

Commit 806bd67

Browse files
committed
Updates
1 parent bbb1afd commit 806bd67

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<script>
5+
const path = window.location.pathname;
6+
sessionStorage.setItem('redirect', path);
7+
window.location.href = '/';
8+
</script>
9+
</head>
10+
</html>

js/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)