17 lines
608 B
HTML
17 lines
608 B
HTML
<!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>
|