-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="https://unpkg.com/jspsych@7.3.4"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-calibrate@1.0.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@1.0.3"></script> | ||
<script src="https://unpkg.com/jspsych@8.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-calibrate@2.0.0"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@2.0.0"></script> | ||
<script src="js/webgazer/webgazer.js"></script> | ||
<script src="https://unpkg.com/@jspsych/[email protected]"></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" | ||
href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" | ||
/> | ||
<link rel="stylesheet" href="docs-demo.css" type="text/css"> | ||
</head> | ||
|