Add files via upload

This commit is contained in:
Moon
2023-10-04 00:08:54 +08:00
committed by GitHub
parent a63e62610e
commit 3b85e6e3d8

44
quotes.json Normal file
View File

@@ -0,0 +1,44 @@
{
"quotes" : [
{
"quote": "To AC is human. To AK divine.",
"author": "Moon"
},
{
"quote": "Life is like riding a bicycle. To keep your balance, you must keep moving.",
"author": "Albert Einstein"
},
{
"quote": "A dream is what makes people love life even when it is painful.",
"author": "Theodore Zeldin"
},
{
"quote": "Dont quit. Suffer now and live the rest of your life as a champion.",
"author": "Muhammad Ali"
},
{
"quote": "Though nobody can go back and make a new beginning… Anyone can start over and make a new ending.",
"author": "Chico Xavier"
},
{
"quote": "Be happy for this moment. This moment is your life.",
"author": "Omar Khayyam"
},
{
"quote": "Life is not a problem to be solved, but a reality to be experienced.",
"author": "Soren Kierkegaard"
},
{
"quote": "All the waters of the world find one another again, and very road leads us wanderers too back home.",
"author": "Hermann Hesse"
},
{
"quote": "Time does not pass, it continues.",
"author": "Marty Rubin"
},
{
"quote": "Be both soft and wild. Just like the Moon. Or the storm. Or the sea.",
"author": "Victoria Erickson"
}
]
}