diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 05:59:32 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 05:59:32 +0000 |
commit | 7667c346356e8a35ddc9fb0e510a47986157ac3c (patch) | |
tree | a6a43303ffd8084444a42c30fda9e43f1584b31d /wk8/pset/trivia/index.html | |
parent | 95d7291074f0fd9f3d6153923da69d89f398503f (diff) |
Thu, Jul 4, 2024, 10:59 PM -07:00
Diffstat (limited to 'wk8/pset/trivia/index.html')
-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> |