We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24f7ed commit c0dec20Copy full SHA for c0dec20
index.html
@@ -541,16 +541,16 @@ <h1 style="text-align:center">Welcome To DragonDrop</h1>
541
<!--Detecting mobile-->
542
<script type="text/javascript">
543
if (screen.width < 700) {
544
- document.location = "..HOME/mobile.html";
+ document.location = ".HOME/mobile.html";
545
}
546
function goto() {
547
- document.location = url("../SignUpAndLogInRelated/signup.html")
+ document.location = url("./SignUpAndLogInRelated/signup.html")
548
549
</script>
550
551
552
553
- document.location = "../HOME/mobile.html";
+ document.location = "./HOME/mobile.html";
554
555
556
0 commit comments