diff options
| author | s1n <[email protected]> | 2019-09-18 12:50:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 12:50:48 -0700 |
| commit | 65bafc1bae58dc12e23ef924861932e19f404e63 (patch) | |
| tree | 70fd79360efd5597f99313d1f58758d964cabf74 /js | |
| parent | readme (diff) | |
| download | cs2-simple-website-65bafc1bae58dc12e23ef924861932e19f404e63.tar.xz cs2-simple-website-65bafc1bae58dc12e23ef924861932e19f404e63.zip | |
redirect fix
Diffstat (limited to 'js')
| -rw-r--r-- | js/redirect-to-home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect-to-home.js b/js/redirect-to-home.js index d173793..70666e8 100644 --- a/js/redirect-to-home.js +++ b/js/redirect-to-home.js @@ -1 +1 @@ -document.location = "/home/"
\ No newline at end of file +document.location = "/cs2-simple-website/home/" |