From 4fbe8ac6b1571ef3e7b91bbdc512b920f543da0a Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 2 Nov 2023 19:46:12 -0700 Subject: [PATCH] Console log a welcome message on loading web client --- src/khoj/interface/web/assets/khoj.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/khoj/interface/web/assets/khoj.js b/src/khoj/interface/web/assets/khoj.js index b4d29a1f..0d513146 100644 --- a/src/khoj/interface/web/assets/khoj.js +++ b/src/khoj/interface/web/assets/khoj.js @@ -13,3 +13,19 @@ document.addEventListener('click', function(event) { 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 +`);