Split presentation into multiple files per slide
and style
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
document.write(`
|
||||
<section>
|
||||
<h2>Nextcloud: 4 Funktionen</h2>
|
||||
<h3><span class="emoji">📁</span>Speicherung</h3>
|
||||
<p>Sync wie Google Drive, auf deiner Hardware</p>
|
||||
<h3><span class="emoji">📅</span>Kalender & Kontakte</h3>
|
||||
<p>CardDAV/CalDAV – überall kompatibel</p>
|
||||
<h3><span class="emoji">📝</span>Office</h3>
|
||||
<p>OnlyOffice/Collabora – echte Zusammenarbeit</p>
|
||||
<h3><span class="emoji">🔓</span>Offen</h3>
|
||||
<p>Keine Lock-in, offene Standards</p>
|
||||
<aside class="notes">
|
||||
Speicherung: Sync wie Google Drive, aber auf deiner Hardware. Kalender & Kontakte: CardDAV/CalDAV, überall kompatibel.
|
||||
</aside>
|
||||
</section>
|
||||
`);
|
||||
Reference in New Issue
Block a user