diff --git a/data/jokes.json b/data/jokes.json index 0735883..446993f 100644 --- a/data/jokes.json +++ b/data/jokes.json @@ -6126,4 +6126,8 @@ "body": "Who is Santa's favourite singer?\nElf-is Presley!", "category": "Wordplay" } + { + "body": "Girl: You would be a good dancer except for two things. /n Boy: What are the two things? /n Girl: Your feet.", + "category": "Crazy Joke" + } ] diff --git a/data/quotes.json b/data/quotes.json index 11042fc..6b024a6 100644 --- a/data/quotes.json +++ b/data/quotes.json @@ -5899,4 +5899,8 @@ "quote": "Let the chessboard supercede the card table, and a great improvement will be visible in the morals of the community.", "author": "Paul Morphy" } + { + "quote": "Success is not final; failure is not fatal: it is the courage to continue that counts.", + "author": "Winston Churchill" + } ] diff --git a/data/riddles.json b/data/riddles.json index c303d2b..1511236 100644 --- a/data/riddles.json +++ b/data/riddles.json @@ -307,4 +307,8 @@ "riddle":"Which is heavier: a ton of bricks or a ton of feathers?", "answer":"Neither—they both weigh a ton." } + { + "riddle":"What is a ghost's favorite dessert?", + "answer":"Ice Scream." + } ]