Skip to content

Commit d4b20e9

Browse files
committed
console log ascii text
1 parent 1955675 commit d4b20e9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/layouts/BaseLayout.astro

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ const finalTitle = title ? `${title} | ${SITE_TITLE}` : `${SITE_TITLE}`;
2626
<Footer />
2727
</body>
2828
</html>
29+
30+
<script>
31+
// https://patorjk.com/software/taag/
32+
// Font: Slant
33+
console.log(
34+
[
35+
' __ _ __ __ __',
36+
' ____/ /___ __ __(_)___/ // /_ ______ ____ _____ ____/ /__ _ __',
37+
' / __ / __ `/ | / / / __ // / / / / __ \\/ __ \\/ ___/ / __ / _ \\ | / /',
38+
'/ /_/ / /_/ /| |/ / / /_/ // / /_/ / /_/ / / / (__ )_ / /_/ / __/ |/ /',
39+
'\\__,_/\\__,_/ |___/_/\\__,_//_/\\__, /\\____/_/ /_/____/(_)\\__,_/\\___/|___/',
40+
' /____/',
41+
].join('\n')
42+
);
43+
</script>

0 commit comments

Comments
 (0)