This commit is contained in:
Phapoom Saksri 2025-05-11 00:05:16 +07:00
parent 1cdc92684e
commit fa66815303
7 changed files with 175 additions and 27 deletions

View file

@ -6,7 +6,7 @@ console.log("Sometimes this world is great, but sometimes it sucks.... :c")
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms))
sleep(2500).then(() => {
console.log(
"%cI 🫶 @ahenyao! (so much) <3",
"%c Something went wrong... :c",
"color: #FF69B4; font-size: 20px; font-weight: bold;",
)
console.log(