Merge pull request #32 from dougireton/slide_section
[deck.js.git] / extensions / goto / deck.goto.html
blobda9606696f14c7e54759423a6e82ff3769fa6319
1 <!-- Place the following snippet at the bottom of the deck container. -->
2 <form action="." method="get" class="goto-form">
3 <label for="goto-slide">Go to slide:</label>
4 <input type="number" name="slidenum" id="goto-slide">
5 <input type="submit" value="Go">
6 </form>