Files
boc/landvex-all/insights/test-article/index.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

58 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Article for Automation | Landvex</title>
<meta name="description" content="This is a test article to verify automation works.">
<link rel="canonical" href="https://landvex.com/insights/test-article/">
<meta property="og:title" content="Test Article for Automation | Landvex">
<meta property="og:description" content="This is a test article to verify automation works.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://landvex.com/insights/test-article/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Test Article for Automation",
"description": "This is a test article to verify automation works.",
"author": {"@type": "Organization", "name": "Landvex"},
"publisher": {"@type": "Organization", "name": "Landvex", "logo": {"@type": "ImageObject", "url": "https://landvex.com/apple-touch-icon.png"}},
"datePublished": "2026-07-04",
"dateModified": "2026-07-04",
"mainEntityOfPage": {"@type": "WebPage", "@id": "https://landvex.com/insights/test-article/"}
}
</script>
<link rel="stylesheet" href="/assets/css/landvex-complete.css">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; line-height: 1.6; max-width: 760px; margin: 0 auto; padding: 24px; color: #1a1a1a; }
h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5em; line-height: 1.2; }
h2 { font-size: 1.5rem; font-weight: 600; margin-top: 2em; margin-bottom: 0.5em; }
p { margin-bottom: 1.2em; }
.meta { color: #666; font-size: 0.9rem; margin-bottom: 2em; }
.cta { background: #f5f5f5; padding: 24px; border-radius: var(--radius-md); margin: 2em 0; }
.cta a { color: #0066cc; text-decoration: none; font-weight: 600; }
footer { margin-top: 4em; padding-top: 2em; border-top: 1px solid #eee; font-size: 0.85rem; color: #666; }
</style>
</head>
<body>
<article>
<h1>Test Article for Automation</h1>
<p class="meta">Published 2026-07-04 · Decision Intelligence</p>
<p>[Article content goes here - add your content]</p>
<div class="cta">
<strong>What decision are you trying to make?</strong><br>
<a href="/enterprise/">Request a pilot →</a>
</div>
</article>
<footer class="lv-footer" role="contentinfo">
<p><strong>Related:</strong> <a href="/methodology/">Our Methodology</a> · <a href="/insights/">All Insights</a></p>
</footer>
</body>
</html>