Fixed: those stupid lines

This commit is contained in:
bakerboy448 2023-05-24 18:40:29 -05:00 committed by GitHub
parent f05405fe1c
commit a43059f0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ const messages = [
'Loading humorous message... Please Wait', 'Loading humorous message... Please Wait',
'I could\'ve been faster in Python', 'I could\'ve been faster in Python',
'Don\'t forget to rewind your episodes', 'Don\'t forget to rewind your episodes',
'Congratulations! you are the 1000th visitor.', 'Congratulations! You are the 10,000th visitor.',
'HELP! I\'m being held hostage and forced to write these stupid lines!', 'HELP! I\'m being held hostage and forced to write these stupid lines!',
'RE-calibrating the internet...', 'RE-calibrating the internet...',
'I\'ll be here all week', 'I\'ll be here all week',
'Don\'t forget to tip your waitress', 'Don\'t forget to tip your waitress',
'Apply directly to the forehead', 'Apply directly to the forehead',
'Loading Battlestation' 'Loading Battlestations'
]; ];
let message = null; let message = null;