Skip to content

Instantly share code, notes, and snippets.

@jramsahai
Created December 23, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jramsahai/107f8369de63f0833e13 to your computer and use it in GitHub Desktop.
Save jramsahai/107f8369de63f0833e13 to your computer and use it in GitHub Desktop.
Sample code for a choose-your-own-adventure event.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Choose your next video!</h1>
<div>
<a href="http://play.vidyard.com/EXAMPLE.html">
The first video
</a>
</div>
<div>
<a href="http://play.vidyard.com/ANOTHEREXMAPLE.html">
A different video
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment