Files
boc/landvex-fix/intelligence.html
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

28 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intelligence — Landvex</title>
<meta name="description" content="Explore Landvex intelligence indexes: city health, commercial opportunity, infrastructure risk, investment attractiveness, and more.">
<link rel="canonical" href="https://landvex.com/intelligence/">
<meta http-equiv="refresh" content="0; url=/">
<link rel="stylesheet" href="/assets/css/landvex-complete.css">
<style>
@media (max-width: 640px) {
.hero h1 { font-size: 2rem !important; }
.hero p { font-size: 1rem !important; }
.card { padding: 1.5rem !important; }
.grid { grid-template-columns: 1fr !important; }
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
}
</style>
</head>
<body>
<nav aria-label="breadcrumb" aria-label="Main navigation">
<a href="/" >Home</a> / <span>intelligence</span>
</nav>
<p>Redirecting to <a href="/">homepage</a>...</p>
</body>
</html>