chat implementiert

This commit is contained in:
2026-03-01 20:21:35 +00:00
parent 277bdc78d1
commit fe3a25fa3a
13 changed files with 360 additions and 29 deletions

View File

@@ -105,7 +105,7 @@
<div class="demo-section">
<p class="text">{{ .Params.demo_text }}</p>
<div class="demo-buttons">
<a href="#" class="demo-button">🚧 {{ .Params.demo_btn1 }}</a>
<button onclick="startDemoChat()" >🚧 {{ .Params.demo_btn1 }}</button>
<a href="#" class="demo-button">🚧 {{ .Params.demo_btn2 }}</a>
<a href="#" class="demo-button">🚧 {{ .Params.demo_btn3 }}</a>
</div>