Files
afa-vortrag/slides/slide-12-disaster-story.js
T
2026-08-15 12:06:47 +02:00

16 lines
554 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
document.write(`
<section>
<h2>Die Katastrophe</h2>
<ul>
<li>❌ Hardwareausfall bei meinen Eltern</li>
<li>❌ Backup 3 Monate ausgefallen</li>
<li>❌ KeePass-Passwörter werden gelöscht</li>
<li>✅ Aber: Backup auf Mamas Rechner gerettet!</li>
</ul>
<p style="margin-top: 1.5em; font-weight: 600;">Lektionen gelernt:</p>
<aside class="notes">
Vor vier Jahren: Hardwareausfall. Ich greif zum Backup und… es funktioniert nicht. Mein Bruder hatte die Netzwerk-Einstellungen geändert. Backup-Freigabe weg.
</aside>
</section>
`);