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
+11
View File
@@ -0,0 +1,11 @@
document.write(`
<section>
<h2>Docker: Alles in einer Box</h2>
<div class="code">$ docker run nextcloud</div>
<p><strong>Nextcloud läuft.</strong> Überall gleich. Keine Dependency-Hölle.</p>
<p style="margin-top: 1em;">Das Beste: Funktioniert auf Linux, Windows, Mac</p>
<aside class="notes">
Docker Eine Box. In dieser Box läuft Nextcloud. Überall gleich. Fertig. Nextcloud läuft.
</aside>
</section>
`);