mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
i did some work
This commit is contained in:
parent
6e2a3cd870
commit
fbec2dddc7
25 changed files with 600 additions and 248 deletions
20
src/scripts/log.ts
Normal file
20
src/scripts/log.ts
Normal file
|
@ -0,0 +1,20 @@
|
|||
export default function startingLog():void {
|
||||
const isDev = process.env.NODE_ENV !== 'production'
|
||||
console.log(
|
||||
`%c What's up?`,
|
||||
`font-size: 120px;
|
||||
font-family: "Poppins", sans-serif;
|
||||
background-size: 1000% 1000%;
|
||||
animation: gradient 1s ease infinite;
|
||||
`
|
||||
)
|
||||
console.log(
|
||||
`%c Thanks for visting this site you can dontate me at https://ko-fi.com/saahil\n Try to find the easter egg in this site🥚\n HINT: to use it you must use the console it is a very VERY hard one`,
|
||||
`font-size: 15px;`
|
||||
)
|
||||
if (isDev) {
|
||||
console.debug(
|
||||
'This message will show during production build. & development build'
|
||||
)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue