added new quote

Signed-off-by: qugalet <qugalet@m0e.space>
pull/1/head
qugalet 2023-02-05 20:02:21 +00:00
parent cf488e3d99
commit 08136e258d
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
const splashes = [
'no life since 1980 - 1jem',
'also try fediverse - qugalet',
'Усе тільки починається - Ternox'
'Усе тільки починається - Ternox',
'Alive since 24.10.2021'
];
const splash = splashes[Math.floor(Math.random() * splashes.length)];
</script>