-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartBanner.js
More file actions
9 lines (8 loc) · 837 Bytes
/
artBanner.js
File metadata and controls
9 lines (8 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
const artBanner = ` ::::::::: :::::::: ::: ::: :::::::::: ::::::::: ::::::::: ::: :::::::: ::: :::
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+:
+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+
+#++:++#+ +#+ +:+ +#+ +:+ +#+ +#++:++# +#++:++#: +#++:++#+ +#++:++#++: +#+ +#++:++
+#+ +#+ +#+ +#+ +#+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+#+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+#
### ######## ### ### ########## ### ### ######### ### ### ######## ### ###+ `;
module.exports = () => `${artBanner}`;