Created
April 18, 2018 13:08
-
-
Save matryer/aecd14acc822b00453fa07bd9d94885c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul id='choices'> | |
| <li id='choice-horror'> | |
| <a href='javascript:reward("horror")'>Horror</a> | |
| </li> | |
| <li id='choice-comedy'> | |
| <a href='javascript:reward("comedy")'>Comedy</a> | |
| </li> | |
| <li id='choice-drama'> | |
| <a href='javascript:reward("drama")'>Drama</a> | |
| </li> | |
| <li id='choice-documentary'> | |
| <a href='javascript:reward("documentary")'>Documentary</a> | |
| </li> | |
| <li id='choice-kids'> | |
| <a href='javascript:reward("kids")'>Kids</a> | |
| </li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment