summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 05:59:32 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 05:59:32 +0000
commit7667c346356e8a35ddc9fb0e510a47986157ac3c (patch)
treea6a43303ffd8084444a42c30fda9e43f1584b31d
parent95d7291074f0fd9f3d6153923da69d89f398503f (diff)
Thu, Jul 4, 2024, 10:59 PM -07:00
-rw-r--r--wk8/pset/trivia/index.html6
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>