function displayQuote() {
const quotes = [
"Don't watch the clock; do what it does. Keep going.",
"Believe you can and you're halfway there.",
"Success is not final, failure is not fatal: It is the courage to continue that counts.",
"Either you run the day or the day runs you.",
"You are never too old to set another goal or to dream a new dream.",
"I can't change the direction of the wind, but I can adjust my sails to always reach my destination."
];
const randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
document.getElementById('quote').innerHTML = randomQuote;
}
Working from home
Undergraduate 3rd Year student @sliit
IT21166488 π¨βπ»
- Malabe
-
04:36
(UTC +05:30) - diwansachidu
- diwansachindu
- in/diwansachidu
Highlights
- Pro
Pinned Loading
-
-
-
Image-Background-Remover-Python
Image-Background-Remover-Python PublicForked from hassancs91/Image-Background-Remover-Python
Remove Backgrounds From Images with u2net Trained model
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.