20 lines
764 B
HTML
20 lines
764 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>quiXzoom — Coming Soon</title>
|
||
|
|
<link rel="stylesheet" href="/assets/css/quixzoom-apple.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<nav class="nav-inner" aria-label="Main navigation">
|
||
|
|
<a href="/" class="nav-logo">quiXzoom</a>
|
||
|
|
</nav>
|
||
|
|
<main style="padding: 120px 24px; text-align: center;">
|
||
|
|
<h1 style="font-size: 48px; font-weight: 700; color: var(--ink); margin-bottom: 24px;">Coming Soon</h1>
|
||
|
|
<p style="font-size: 21px; color: var(--text-secondary);">This page is under construction.</p>
|
||
|
|
<a href="/" class="layer-cta-btn" style="margin-top: 40px; display: inline-block;">Back to Home</a>
|
||
|
|
</main>
|
||
|
|
</body>
|
||
|
|
</html>
|