diff options
| author | s1n <[email protected]> | 2019-09-11 14:01:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-11 14:01:11 -0700 |
| commit | 3575617054a0f22f45ff7413305f2861be8d9e29 (patch) | |
| tree | 8117294d7498d8048e51ea5e7d4948f1e969c2fc /js | |
| parent | fix konami code (diff) | |
| download | s1n.pw-admin-3575617054a0f22f45ff7413305f2861be8d9e29.tar.xz s1n.pw-admin-3575617054a0f22f45ff7413305f2861be8d9e29.zip | |
redirects to / instead of index.html
Diffstat (limited to 'js')
| -rw-r--r-- | js/redirect-to-root.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect-to-root.js b/js/redirect-to-root.js index 0086524..81d4873 100644 --- a/js/redirect-to-root.js +++ b/js/redirect-to-root.js @@ -1 +1 @@ -location.href = "/index.html"
\ No newline at end of file +location.href = "/" |