Skip to content

Commit c0dec20

Browse files
authored
Update index.html
1 parent e24f7ed commit c0dec20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,16 +541,16 @@ <h1 style="text-align:center">Welcome To DragonDrop</h1>
541541
<!--Detecting mobile-->
542542
<script type="text/javascript">
543543
if (screen.width < 700) {
544-
document.location = "..HOME/mobile.html";
544+
document.location = ".HOME/mobile.html";
545545
}
546546
function goto() {
547-
document.location = url("../SignUpAndLogInRelated/signup.html")
547+
document.location = url("./SignUpAndLogInRelated/signup.html")
548548
}
549549
</script>
550550
<!--Detecting mobile-->
551551
<script type="text/javascript">
552552
if (screen.width < 700) {
553-
document.location = "../HOME/mobile.html";
553+
document.location = "./HOME/mobile.html";
554554
}
555555
</script>
556556

0 commit comments

Comments
 (0)