Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<meta name="description" content="Agora — Multi-Agent Schwarmintelligenz-Simulator. Lokal. Privat. Entwickelt von Alexander Schneider (alexle135.de)." />
<meta name="author" content="Alexander Schneider — alexle135.de" />
<title>Agora — Schwarmintelligenz</title>
<!-- Agora 2026 exploration fonts (loaded once; only rendered under [data-theme="agora-2026"]) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;450;500;600;700&family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500;6..72,600&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<script>
// Design v3 ist light-only; setze das Attribut vor dem ersten Paint.
(function () {
Expand Down
Loading
Loading