From 67b0dae3b93c0321ebd8062cad3b700f786c1995 Mon Sep 17 00:00:00 2001 From: Uttam Singh Date: Sat, 26 Sep 2020 14:26:23 +0530 Subject: [PATCH] Added Some Quotes --- motivate/data/188.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 motivate/data/188.json diff --git a/motivate/data/188.json b/motivate/data/188.json new file mode 100644 index 00000000..7af97448 --- /dev/null +++ b/motivate/data/188.json @@ -0,0 +1,12 @@ +{ + "data":[ + { + "quote": "Be yourself; everyone else is already taken.", + "author":"Oscar Wilde" + }, + { + "quote": "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.", + "author": "Albert Einstein" + } + ] +} \ No newline at end of file