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
+16
View File
@@ -0,0 +1,16 @@
document.write(`
<section>
<h2>Aber dafür…</h2>
<ul>
<li>✅ Keine bevormundende Software</li>
<li>✅ Keine versteckten Algorithmen</li>
<li>✅ Funktioniert</li>
<li>✅ Flexibilität</li>
<li>✅ Zugriff auch, wenn etwas nicht klappt</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>
`);