mirror of
https://github.com/Jeuners/astra-local-voice.git
synced 2026-09-09 15:02:35 +02:00
feat: add favicon, footer credits and README
Favicon aus dem Astra-Sternsymbol, GitHub- und Dillenberg.net-Link im Footer, sowie eine README mit Architektur, Setup und Sicherheitsnotizen. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LVgSHNHdRx3UNTBodFmhRA
This commit is contained in:
parent
a42b3e8d73
commit
0d75eb953c
4 changed files with 71 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#111820">
|
||||
<title>Astra · Dein lokaler Sprachraum</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<script src="/static/app.js" defer></script>
|
||||
</head>
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
<div class="section-top"><h2 id="transcript-title">Unser Gespräch</h2><button id="clear" class="text-button">Verlauf leeren</button></div>
|
||||
<div id="messages" role="log" aria-live="polite" aria-relevant="additions"><p class="empty">Hier erscheinen deine Worte und Astras Antworten.<br>Der Verlauf bleibt nur für dieses Gespräch im Speicher.</p></div>
|
||||
</section>
|
||||
<footer><span>Deutsch <b>·</b> Lokale Spracherkennung & Stimme</span><span id="latency">Bereit für deine Gedanken</span></footer>
|
||||
<footer><span>Deutsch <b>·</b> Lokale Spracherkennung & Stimme</span><span id="latency">Bereit für deine Gedanken</span><span class="credits"><a href="https://github.com/Jeuners/astra-local-voice" target="_blank" rel="noopener">GitHub</a><b>·</b><a href="https://www.dillenberg.net" target="_blank" rel="noopener">H.G.O.D. Dillenberg.net</a></span></footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue