mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 11:51:53 +00:00
feat: Display source code link in console
This commit is contained in:
parent
25d012f26d
commit
5612113a69
1 changed files with 11 additions and 0 deletions
11
src/main.js
11
src/main.js
|
@ -19,3 +19,14 @@ new Vue({
|
||||||
}).$mount('#app')
|
}).$mount('#app')
|
||||||
|
|
||||||
registerServiceWorker()
|
registerServiceWorker()
|
||||||
|
|
||||||
|
console.log(`%c
|
||||||
|
┌─┐┌─┐┬ ┬┬ ┬┌─┐┌┐┌┬┬─┐
|
||||||
|
└─┐│ ││ │└┐┌┘├┤ ││││├┬┘
|
||||||
|
└─┘└─┘└─┘ └┘ └─┘┘└┘┴┴└─
|
||||||
|
|
||||||
|
Oh hi! If you're looking for the source code, It's here: https://github.com/GlitchFamily/souvenir
|
||||||
|
|
||||||
|
Have fun 💜
|
||||||
|
|
||||||
|
`, 'font-family:monospace')
|
||||||
|
|
Loading…
Reference in a new issue