You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
var quotes = ['Why do they call it oven when you of in the cold food of out hot eat the food?', 'Toasters. That\'s it, that\'s the quote.', 'huhu yo', 'nah, i\'d win.', '86', 'Remember: ', 'DOMAIN EXPANSION SHITTY WEBSITE', 'want to see more quotes? refresh the page or wait for me to update this', 'People die when they are killed.'];
function newQuote() {
var randomNumber = Math.floor(Math.random() * (quotes.length));