This commit is contained in:
chk
2026-06-10 14:41:55 +02:00
parent 86bee8810b
commit 1032c53630
4 changed files with 432 additions and 1 deletions

View File

@@ -25,4 +25,17 @@
<textarea id="log-board" readonly placeholder="(Ausgabe erscheint hier)"></textarea>
</div>
<div class="section full">
<h2>Board-Viewer</h2>
<p style="font-size: 12px; color: var(--muted); margin-bottom: 10px;">
Wird nach jedem Board-Run automatisch aktualisiert.
</p>
<iframe
id="board-viewer-frame"
src="/boardViewer.html"
style="width: 100%; height: 520px; border: 1px solid #334155; border-radius: 6px; background: #0d0f13; display: block;"
title="Board-Viewer"
></iframe>
</div>
</div>