🤡 somehow forgot to escape the single quote
This commit is contained in:
parent
eb83cb8cfd
commit
03c7ff1752
|
@ -1,6 +1,6 @@
|
|||
console.log('%c yo! ', 'background: lemonchiffon; border: 1px solid #fff');
|
||||
console.log('%c welcome to the console <3 ', 'background: lemonchiffon; border: 1px solid #fff');
|
||||
console.log('%c if you wanna see the source code or whatever, you're better off checking the git repo. ', 'background: lemonchiffon; border: 1px solid #fff');
|
||||
console.log('%c if you wanna see the source code or whatever, you\'re better off checking the git repo. ', 'background: lemonchiffon; border: 1px solid #fff');
|
||||
console.log('%c the link is at the bottom of the page. love you! ', 'background: lemonchiffon; border: 1px solid #fff');
|
||||
|
||||
var $ = require("jquery");
|
||||
|
|
Loading…
Reference in New Issue