This commit is contained in:
Josh de Leeuw 2013-11-11 23:39:51 -05:00
parent 01bc830a3b
commit a5b0a40b39

View File

@ -6,7 +6,7 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
<!-- jsPsych --> <!-- jsPsych -->
<script src="scripts/jspsych.js"></script> <script src="scripts/jspsych.js"></script>
<script src="scripts/plugins/jspsych-call-function.js"></script> <script src="scripts/plugins/jspsych-html.js"></script>
<!-- style --> <!-- style -->
<style> <style>
#jspsych_target { margin: 50px auto 50px auto; width: 600px; font-size:18px; text-align: center;} #jspsych_target { margin: 50px auto 50px auto; width: 600px; font-size:18px; text-align: center;}