create-staticwind
Version:
Create an optimized static site with Astro and Tailwind
10 lines (9 loc) • 427 B
JavaScript
const title = " _ _ _ _ _ \n" +
" | | | | (_) (_) | |\n" +
" ___| |_ __ _| |_ _ _____ ___ _ __ __| |\n" +
"/ __| __/ _` | __| |/ __\\ \\ /\\ / / | '_ \\ / _` |\n" +
"\\__ \\ || (_| | |_| | (__ \\ V V /| | | | | (_| |\n" +
"|___/\\__\\__,_|\\__|_|\\___| \\_/\\_/ |_|_| |_|\\__,_|\n";
export default () => {
console.log(title);
};