Initial: JustVitamin AI Content Engine proposal site with 3 interactive demos

This commit is contained in:
2026-03-02 19:29:47 +08:00
commit 26532ade3c
7 changed files with 2317 additions and 0 deletions

16
html/404.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — JustVitamin × QuikCue</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<main class="page" style="text-align:center;padding:6rem 1.5rem">
<h1 style="font-size:4rem;margin-bottom:0.5rem"><span class="accent">404</span></h1>
<p class="subtitle" style="margin:0 auto 2rem">This page doesn't exist. But the content engine does.</p>
<a href="/" class="btn btn-primary">← Back to the Proposal</a>
</main>
</body>
</html>