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
+15
View File
@@ -0,0 +1,15 @@
document.write(`
<section>
<h2>WireGuard + DynDNS</h2>
<h3>WireGuard: VPN, aber einfach</h3>
<ul style="margin-bottom: 1em;">
<li>Nur die, die ich kenne</li>
<li>Verschlüsselt, superschnell</li>
</ul>
<h3>DynDNS</h3>
<p>Meine IP ändert sich, mein Domain bleibt</p>
<aside class="notes">
Ich bin unterwegs und brauche meine Daten. WireGuard ist ein VPN, aber einfach. DynDNS macht, dass mein Domain gleich bleibt, auch wenn die IP sich ändert.
</aside>
</section>
`);