diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-03-28 16:18:42 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-03-28 16:18:42 +0100 |
| commit | 106730d36b4bdfa34eb12a194453b8c0208487b3 (patch) | |
| tree | 2f9fc50268ea5b7bf1981b8c69b84d2e9e4d1822 /htroot | |
| parent | af97d3a682cb7c4bbb4f37fb42246b4ef6fc2ef2 (diff) | |
hero page modification for YaCy Chat
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/yacychat.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/htroot/yacychat.html b/htroot/yacychat.html index cfe815291..294da5eee 100644 --- a/htroot/yacychat.html +++ b/htroot/yacychat.html @@ -729,8 +729,19 @@ #%env/templates/submenuAI.template%# #(/topmenu)# + #(topmenu)# + <script>document.getElementById("greeting-icon").src="env/grafics/invisible.png"</script> + <h2 class="yacy"><a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.largeImage]#" alt="#[promoteSearchPageGreeting.imageAlt]#" style="margin: auto;"/></a></h2> + <h2 class="yacy">#[promoteChatPageGreeting]#</h2> + :: + <script>document.getElementById("greeting-icon").src="env/grafics/invisible.png"</script> + <h2 class="yacy"><a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.largeImage]#" alt="#[promoteSearchPageGreeting.imageAlt]#" style="margin: auto;"/></a></h2> + <h2 class="yacy">#[promoteChatPageGreeting]#</h2> + :: + #(/topmenu)# + <h2>YaCy Chat</h2> - <p>Chat with your configured LLM using the local YaCy settings. Requests are sent to the same host that served this page.</p> + <p>This Chat is private. YaCy does not keep any history — only your browser remembers the current conversation.</p> <div class="chat-panel"> <div class="chat-flow"> |
