mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Console log a welcome message on loading web client
This commit is contained in:
@@ -13,3 +13,19 @@ document.addEventListener('click', function(event) {
|
|||||||
menu.classList.remove("show");
|
menu.classList.remove("show");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(`%c %s`, "font-family:monospace", `
|
||||||
|
__ __ __ __ ______ __ _____ __
|
||||||
|
/\\ \\/ / /\\ \\_\\ \\ /\\ __ \\ /\\ \\ /\\ __ \\ /\\ \\
|
||||||
|
\\ \\ _"-. \\ \\ __ \\ \\ \\ \\/\\ \\ _\\_\\ \\ \\ \\ __ \\ \\ \\ \\
|
||||||
|
\\ \\_\\ \\_\\ \\ \\_\\ \\_\\ \\ \\_____\\ /\\_____\\ \\ \\_\\ \\_\\ \\ \\_\\
|
||||||
|
\\/_/\\/_/ \\/_/\\/_/ \\/_____/ \\/_____/ \\/_/\\/_/ \\/_/
|
||||||
|
|
||||||
|
|
||||||
|
Greetings traveller,
|
||||||
|
|
||||||
|
I am ✨Khoj✨, your open-source, personal AI copilot.
|
||||||
|
|
||||||
|
See my source code at https://github.com/khoj-ai/khoj
|
||||||
|
Read my operating manual at https://docs.khoj.dev
|
||||||
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user