restore.html fix

This commit is contained in:
2026-02-21 17:05:04 +01:00
parent 51617f55d0
commit fc97199fe2
@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Katasztrófa utáni visszaállítás — Felhom</title>
<link rel="stylesheet" href="/static/style.css">
<meta name="csrf-token" content="{{.CSRFToken}}">
<script>function csrfHeaders(){var el=document.querySelector('meta[name="csrf-token"]');return el?{'X-CSRF-Token':el.content}:{}}</script>
<style>
body { background: var(--bg-darker, #0d1117); margin: 0; padding: 0; }
.dr-container { max-width: 900px; margin: 0 auto; padding: 2rem 1.5rem; }