mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-07 23:31:04 +00:00
No sleep
This commit is contained in:
parent
1cdc92684e
commit
fa66815303
7 changed files with 175 additions and 27 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue