17 lines
632 B
JavaScript
17 lines
632 B
JavaScript
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>
|
|||
|
|
`);
|