diff --git a/docs/demo/index.html b/docs/demo/index.html
index d049c4c..c5be789 100644
--- a/docs/demo/index.html
+++ b/docs/demo/index.html
@@ -12,19 +12,22 @@
-volumeDisplay: falsebeep: ./audio/beep.mp3, ./audio/beep.ogg
+});
+/* twine-user-script #3: "test.js" */
+$(document).on('keyup', function (ev) {
+ if (ev.which !== 192) {
+ return;
+ }
+ $('tw-hook[name="secret"] tw-link').trigger('click');
+});volumeDisplay: false
+debug: truebeep: ./audio/beep.mp3, ./audio/beep.ogg
nope: ./audio/no.mp3, ./audio/no.ogg
que-pena: ./audio/que-pena.mp3, ./audio/que-pena.ogg
cibelle: ./audio/cibelle.mp3, ./cibelle/no.ogg
@@ -50,10 +61,8 @@
Welcome to the Harlowe Audio Library demo!
* (link-repeat: "View this demo's source code.")[(open-url: 'https://github.com/ChapelR/harlowe-audio/tree/master/docs/demo')]
-* (link-repeat: "Read the documentation.")[(open-url: 'https://twinelab.net/harlowe-audio/#/')]
-* (link-repeat: "Download the library.")[(open-url: 'https://drive.google.com/file/d/1ThjHsBDzAwYNLc0p8g_V1fC-dLhBc8EH/view')]
-
-(print: (masteraudio: 'getvolume'))
+* (link-repeat: "Read the documentation.")[(open-url: 'https://hal.twinelab.net/')]
+* (link-repeat: "Download the library.")[(open-url: 'https://github.com/ChapelR/harlowe-audio/releases')]
Tests:
{
@@ -100,7 +109,9 @@
]
}This is another passage!
-[[Go back.|Start]]
+[[Go back.|Start]]
+|secret>[ [[testbed]] ]<!-- for targeted testing -->
+(masteraudio: 'stopall')
\ No newline at end of file