Skip to content

Commit 6126985

Browse files
committed
SUS
1 parent 1923bba commit 6126985

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/routes/__layout.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
import Notifications from 'svelte-notifications';
66
import Modal from 'svelte-simple-modal';
77
import FirebaseNotify from '$lib/components/FirebaseNotify.svelte';
8+
import { onMount } from 'svelte';
9+
10+
onMount(()=> {
11+
console.log('%c SUS', 'font-weight: bold; font-size: 50px;color: red; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)');
12+
13+
})
14+
815
</script>
916

1017
<svelte:head>

0 commit comments

Comments
 (0)