summaryrefslogtreecommitdiff
path: root/deck.js/extensions/goto/deck.goto.html
diff options
context:
space:
mode:
Diffstat (limited to 'deck.js/extensions/goto/deck.goto.html')
-rw-r--r--deck.js/extensions/goto/deck.goto.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/deck.js/extensions/goto/deck.goto.html b/deck.js/extensions/goto/deck.goto.html
new file mode 100644
index 0000000..e3b6a18
--- /dev/null
+++ b/deck.js/extensions/goto/deck.goto.html
@@ -0,0 +1,7 @@
+<!-- Place the following snippet at the bottom of the deck container. -->
+<form action="." method="get" class="goto-form">
+ <label for="goto-slide">Go to slide:</label>
+ <input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
+ <datalist id="goto-datalist"></datalist>
+ <input type="submit" value="Go">
+</form> \ No newline at end of file