8 lines
289 B
JavaScript
8 lines
289 B
JavaScript
|
|
import "./bootstrap";
|
||
|
|
|
||
|
|
console.log(
|
||
|
|
"%cAtom CMS%c\n\nAtom CMS is a CMS for made for the community to enjoy. You can join our wonderful community at https://discord.gg/rX3aShUHdg\n\n",
|
||
|
|
"color: #14619c; -webkit-text-stroke: 2px black; font-size: 32px; font-weight: bold;",
|
||
|
|
""
|
||
|
|
);
|