Files
justvitamin/html/404.html

17 lines
608 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>