chore: banner and about info
This commit is contained in:
parent
c6865fe852
commit
1c313da332
1 changed files with 15 additions and 0 deletions
15
pkg/onboard/onboard.go
Normal file
15
pkg/onboard/onboard.go
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
package onboard
|
||||||
|
|
||||||
|
var Banner = `
|
||||||
|
|
||||||
|
██████╗ ██╗ ██████╗ ██████╗ ██████╗██╗ █████╗ ██╗ ██╗
|
||||||
|
██╔══██╗██║██╔════╝██╔═══██╗██╔════╝██║ ██╔══██╗██║ ██║
|
||||||
|
██████╔╝██║██║ ██║ ██║██║ ██║ ███████║██║ █╗ ██║
|
||||||
|
██╔═══╝ ██║██║ ██║ ██║██║ ██║ ██╔══██║██║███╗██║
|
||||||
|
██║ ██║╚██████╗╚██████╔╝╚██████╗███████╗██║ ██║╚███╔███╔╝
|
||||||
|
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝
|
||||||
|
|
||||||
|
`
|
||||||
|
var About = `
|
||||||
|
Tiny, Fast, and Deployable anywhere — automate the mundane, unleash your creativity
|
||||||
|
`
|
||||||
Loading…
Add table
Reference in a new issue