feat: Display source code link in console

This commit is contained in:
Tixie 2020-01-16 20:51:42 +01:00
parent 25d012f26d
commit 5612113a69

View file

@ -19,3 +19,14 @@ new Vue({
}).$mount('#app')
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')