diff options
Diffstat (limited to 'wk8/pset/trivia')
-rw-r--r-- | wk8/pset/trivia/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wk8/pset/trivia/index.html b/wk8/pset/trivia/index.html index 733128b..137981a 100644 --- a/wk8/pset/trivia/index.html +++ b/wk8/pset/trivia/index.html @@ -53,8 +53,10 @@ <h3>Question Big?</h3> - <input autocomplete='off' id="> - + <form> + <input autocomplete='off' id='big' placeholder='big answer' type='text'> + <input type='submit'> + </form> </div> </div> </body> |