Skip to content

Instantly share code, notes, and snippets.

@zmnv
Created April 15, 2018 03:53
Show Gist options
  • Save zmnv/14ab27019efb1e471d1a24acf0a85bc4 to your computer and use it in GitHub Desktop.
Save zmnv/14ab27019efb1e471d1a24acf0a85bc4 to your computer and use it in GitHub Desktop.
Копирайт-банер в консоли
const banner = `
\x1b[94m ▄▄▄ ▄▄██████▀ \x1b[91m oooooooo ooo. .oo. .oo. ooo. .oo. oooo ooo \x1b[0m
\x1b[94m ▀▀██ ███████▀▀ \x1b[91m d.""7d8P \888P"Y88bP"Y88b \888P"Y88b \88. .8' \x1b[0m
\x1b[94m ▄█▀ ███████▀ \x1b[91m .d8P' 888 888 888 888 888 \88..8' \x1b[0m
\x1b[94m ██▄▄███████████▄▄ \x1b[91m .d8P' .P 888 888 888 888 888 \888' \x1b[0m
\x1b[94m ▀█████████████▀ \x1b[91m d8888888P o888o o888o o888o o888o o888o \8' \x1b[0m
\x1b[0m`;
module.exports = banner;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment