Update slide numbers to match new order

This commit is contained in:
2026-08-15 18:01:26 +02:00
parent e19ea15eae
commit 358a688d3a
20 changed files with 32 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
document.write(`
<section>
<h2>Phase 1</h2>
<ul>
<li>1. Hardware finden und Betriebssystem installieren</li>
<li>2. Docker installieren</li>
<li>3. Nextcloud starten (ein Befehl!)</li>
<li>4. Testen und Spielen</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>
`);