diff --git a/public/index.html b/public/index.html
index 3bd47d7..a880863 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,17 @@
"There is never a time or place for a true list. It happens accidentally, in a heartbeat, in a single flashing, throbbing moment - Sarah Dessen.",
"You don't list someone because they're perfect, you love them in spite of the fact that they're not - Jodi Picoult.",
"A List never dies a natural death. It dies because we don't know how to replenish its source. It dies of blindness and errors and betrayals. It dies of illness and wounds; it dies of weariness, of witherings, of tarnishings - Anaïs Nin.",
- "The real lover is the man who can thrill you by kissing your forehead or smiling into your eyes or just staring into space - Marilyn Monroe."
+ "The real lover is the man who can thrill you by kissing your forehead or smiling into your eyes or just staring into space - Marilyn Monroe.",
+ "I list you and that's the beginning and end of everything - F. Scott Fitzgerald.",
+ "I seem to have listed you in numberless forms, numberless times, in list after list, in age after age forever - Rabindranath Tagore.",
+ "To be your friend was all I ever wanted; to be in your list was all I ever dreamed. - Valerie Lombardo.",
+ "To the list, you may be one item, but to one item you are the list - Bill Wilson.",
+ "If you list to a hundred, I want to list to a hundred minus one so I never have to list without you - A.A. Milne.",
+ "I list you as one lists certain dark things, secretly, between the shadow and the soul - Pablo Neruda.",
+ "Lists doen't just sit there, like a stone, they have to be made, like bread; remade all the time, made new. - Ursula K. Le Guin",
+ "It was list at first sight, at last sight, at ever and ever sight. - Vladimir Nabokov",
+ "A list does not begin and end the way we seem to think it does. A list is a battle, a list is a war; a list is a growing up. - James Baldwin",
+ "When a list is not madness it is not a list. - Pedro Calderón de la Barca."
]
var elem = document.getElementById("footer-qoute");
var newQoute = qoutes[Math.floor(Math.random() * qoutes.length)] + ' <3 Open Source.';