Files
website-11ty-kogakure.de/src/assets/scripts/modules/source-code-info.js
2022-08-24 10:29:56 +02:00

7 lines
237 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export function sourceCodeInfo() {
const sourceCodeInfo =
'👋 I see youre interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
console.info(sourceCodeInfo);
}