mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
7 lines
237 B
JavaScript
7 lines
237 B
JavaScript
export function sourceCodeInfo() {
|
||
const sourceCodeInfo =
|
||
'👋 I see you’re interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
|
||
|
||
console.info(sourceCodeInfo);
|
||
}
|