mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2025-03-14 23:08:17 +01:00
Update frontend.html
This commit is contained in:
parent
514f4b9c8d
commit
b94b15983a
@ -17,14 +17,19 @@
|
||||
<h1>BloatynosyAI</h1>
|
||||
</div>
|
||||
|
||||
<!-- Switch to Microsoft Copilot -->
|
||||
<label class="copilot-button" onclick="toggleSwitch()">
|
||||
Use Copilot
|
||||
<div class="copilot-switch" id="toggleSwitch"></div>
|
||||
</label>
|
||||
|
||||
<!-- Settings button -->
|
||||
<button id="settingsButton" onclick="openSettings()">…</button>
|
||||
|
||||
<!-- Assisted Chatbox container with its autocomplete input -->
|
||||
<div class="chatbox-container">
|
||||
<input type="text" id="chatbox" placeholder="Nach Apps, Einstellungen und Tweaks suchen">
|
||||
<!-- Add Copilot button -->
|
||||
<button id="copilotButton" onclick="openCopilot()" title="Copilot öffnen">Copilot fragen</button>
|
||||
</div>
|
||||
<div class="chatbox-container">
|
||||
<input type="text" id="chatbox" placeholder="Nach Apps, Einstellungen und Tweaks suchen">
|
||||
</div>
|
||||
|
||||
<!-- Ava logContainer -->
|
||||
<div id="logContainer">
|
||||
|
Loading…
Reference in New Issue
Block a user