diff options
Diffstat (limited to '404')
| -rw-r--r-- | 404/alternate/index.html | 2 | ||||
| -rw-r--r-- | 404/js/main.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/404/alternate/index.html b/404/alternate/index.html index 24325d7..a1435ed 100644 --- a/404/alternate/index.html +++ b/404/alternate/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Hidden 404</title> - <link rel="stylesheet" href="./css/main.css"> + <link rel="stylesheet" href="/404/css/main.css"> </head> <body> <div class="flexbox"> diff --git a/404/js/main.js b/404/js/main.js index 417011a..2f18f0d 100644 --- a/404/js/main.js +++ b/404/js/main.js @@ -7,5 +7,5 @@ $(document).mousemove(function (event) { // CHECKS IF USER IS ON MOBILE
if (screen.width <= 480) {
- location.href = './404/alternate';
+ location.href = '/404/alternate';
}
\ No newline at end of file |