Skip to content

Commit 2cd0da9

Browse files
bruh
1 parent bc1105d commit 2cd0da9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
</head>
88
<body>
99
<script>
10-
window.location = `https://animehub.adnandluffy.site`;
10+
const path = window.location.pathname;
11+
const url = `window.location.pathname` +path
12+
window.location = url;
1113
</script>
1214
</body>
1315
</html>

0 commit comments

Comments
 (0)