Parcourir la source

Fixed quiz download link

Owen Diffey il y a 9 ans
Parent
commit
0d532cacfc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      products.html

+ 1 - 1
products.html

@@ -70,7 +70,7 @@
 function quiz() {
 var answer = confirm ("Please save the file then run it.")
 if (answer)
-window.location="\quiz.ppsx";
+window.location="./Products/quiz.ppsx";
 }
 </script>
 </html>