Split presentation into multiple files per slide

and style
This commit is contained in:
2026-08-15 12:06:47 +02:00
parent 5f0311d690
commit edbd205a5c
25 changed files with 482 additions and 461 deletions
+14
View File
@@ -0,0 +1,14 @@
document.write(`
<section>
<h2>Phase 1: Wochenende</h2>
<ul>
<li>1. Docker installieren</li>
<li>2. Nextcloud starten (ein Befehl!)</li>
<li>3. 20 GB lokal synchronisieren</li>
<li style="margin-top: 0.5em;"><strong>✅ "Hey, das funktioniert ja!"</strong></li>
</ul>
<aside class="notes">
Samstag Morgen: Docker installieren, Nextcloud starten, 20 GB lokal hinzufügen. Das ist alles. Docker + Nextcloud.
</aside>
</section>
`);