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>Aber dafür…</h2>
<ul>
<li>✅ Keine bevormundende Software</li>
<li>✅ Keine 100 Klicks zum Speichern</li>
<li>✅ Keine versteckten Algorithmen</li>
<li>✅ Funktioniert BESSER</li>
<li>✅ Du bist der Owner</li>
</ul>
<aside class="notes">
Keine Bevormundung, keine 100 Klicks, keine Algorithmen. Funktioniert besser. Du bist der Owner, nicht der Kunde.
</aside>
</section>
`);