sul sul
This commit is contained in:
parent
cdd28bd7ba
commit
47d4c16967
2 changed files with 4 additions and 2 deletions
3
404.html
3
404.html
|
@ -69,7 +69,8 @@
|
|||
'The world is quiet here.',
|
||||
"Instructions unclear, got site stuck in debug mode",
|
||||
"Please fix",
|
||||
"If we get this video to 400 likes, I'll put the site back up"
|
||||
"If we get this video to 400 likes, I'll put the site back up",
|
||||
"how could this happen to me"
|
||||
];
|
||||
|
||||
let message = Math.floor(Math.random() * messages.length);
|
||||
|
|
|
@ -18,6 +18,7 @@ const greetings = [
|
|||
"Good evening!",
|
||||
"Yo yo yo yo",
|
||||
"Yo yo yo yo yo",
|
||||
"Henlo"
|
||||
"Henlo",
|
||||
"Sul Sul"
|
||||
];
|
||||
$('#intro-text').html(greetings[Math.floor(Math.random() * greetings.length)]);
|
Loading…
Reference in a new issue