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
+15
View File
@@ -0,0 +1,15 @@
document.write(`
<section>
<h2>Die Katastrophe</h2>
<ul>
<li>❌ Hardwareausfall bei meinen Eltern</li>
<li>❌ Backup 3 Monate ausgefallen</li>
<li>❌ KeePass-Passwörter werden gelöscht</li>
<li>✅ Aber: Backup auf Mamas Rechner gerettet!</li>
</ul>
<p style="margin-top: 1.5em; font-weight: 600;">Lektionen gelernt:</p>
<aside class="notes">
Vor vier Jahren: Hardwareausfall. Ich greif zum Backup und… es funktioniert nicht. Mein Bruder hatte die Netzwerk-Einstellungen geändert. Backup-Freigabe weg.
</aside>
</section>
`);