Files
vaultnord-brand/brand-proxy/static/ukjent.html
T
2026-08-30 01:45:53 +02:00

30 lines
1.2 KiB
HTML

<!doctype html>
<html lang="no">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ukjent adresse — Vaultnord</title>
<style>
body { margin:0; min-height:100vh; display:flex; align-items:center; justify-content:center;
background:#f3f6fa; color:#2e3440;
font:16px/1.65 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.card { max-width:30rem; margin:1.5rem; padding:2rem; background:#fff;
border:1px solid #dbe2ec; border-radius:12px; }
h1 { font-size:1.35rem; letter-spacing:-.02em; margin:0 0 1rem; }
p { color:#55617a; margin:0 0 1rem; }
a { color:#17807d; }
.logo { height:1.8rem; margin-bottom:1.5rem; display:block; }
</style>
</head>
<body>
<div class="card">
<img class="logo" src="/_vaultnord/logo.png" alt="Vaultnord">
<h1>Her er det ingenting</h1>
<p>Adressen finnes ikke hos oss. Sjekk at du har skrevet den riktig — hvelvet
til bedriften din ligger på <code>firmanavn.vaultnord.no</code>.</p>
<p>Usikker? <a href="https://vaultnord.no">vaultnord.no</a> eller
<a href="mailto:post@vaultnord.no">post@vaultnord.no</a>.</p>
</div>
</body>
</html>