Split presentation into multiple files per slide
and style
This commit is contained in:
@@ -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>
|
||||
`);
|
||||
Reference in New Issue
Block a user