new styles and custome rlogo

This commit is contained in:
team 1
2026-05-06 09:16:01 +02:00
parent 130738e63b
commit 773e93856b
3 changed files with 43 additions and 3 deletions

View File

@@ -25,14 +25,15 @@
</div>
<div class="text-info fw-bold">KI-Agent</div>
</div>
<div class="small">powered by mitho®</div>
<img src="/assets/img/logo.svg" style="max-width: 100px;">
<div class="spacer"></div>
<button id="clear" class="btn btn-trans">Diesen Chat löschen</button>
</div>
<div id="ai-cloud" class="ai-cloud d-none"></div>
<div id="chat" class="chat"></div>
<div id="retriex-chat-options" class="retriex-chat-options" aria-label="Chat-Anzeigeoptionen">
<div id="retriex-chat-options" class="retriex-chat-options bg-dark p-2" aria-label="Chat-Anzeigeoptionen">
<label class="retriex-option-toggle" for="toggle-retriex-cards">
<input id="toggle-retriex-cards" type="checkbox">
<span>Statusinfo anzeigen</span>
@@ -44,6 +45,7 @@
<button id="send" class="btn btn-trans">Send</button>
<button id="abort" class="btn btn-trans" disabled>Abbrechen</button>
</div>
<div class="small mt-2 text-center text-secondary">powered by mitho® | RetrieX kann fehlerhafte Ausgaben machen. RetrieX verwendet alle Daten zum Trainieren seiner Modelle.</div>
</div>
</body>