Skip to content

Commit

Permalink
change path in webdemo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibaNekoL committed Nov 2, 2023
1 parent 5d5c009 commit 60c8cd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions experiments/webdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html>
<head>
<title>My experiment</title>
<script src="jspsych/jspsych.js"></script>
<script src="jspsych/plugin-html-keyboard-response.js"></script>
<script src="jspsych/plugin-image-keyboard-response.js"></script>
<script src="jspsych/plugin-html-button-response.js"></script>
<script src="jsPsych/plugin-instructions.js"></script>
<script src="jspsych/plugin-preload.js"></script>
<script src="./jspsych/jspsych.js"></script>
<script src="./jspsych/plugin-html-keyboard-response.js"></script>
<script src="./jspsych/plugin-image-keyboard-response.js"></script>
<script src="./jspsych/plugin-html-button-response.js"></script>
<script src="./jsPsych/plugin-instructions.js"></script>
<script src="./jspsych/plugin-preload.js"></script>
<script type="text/javascript" src="d3.js"></script>
<link href="jspsych/jspsych.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="jspsych.css">
<link href="./jspsych/jspsych.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="./jspsych.css">

</head>
<body></body>
Expand Down

0 comments on commit 60c8cd9

Please sign in to comment.