chore: temporary smoke-test home page (replaced in pages milestone)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
import '@fontsource-variable/space-grotesk';
|
||||||
|
import '@fontsource-variable/inter';
|
||||||
|
import '@fontsource-variable/jetbrains-mono';
|
||||||
|
import '@styles/global.css';
|
||||||
|
---
|
||||||
|
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-GB" data-theme="dark">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>Toolchain smoke test</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<main class="mx-auto max-w-[--content-max] p-8">
|
||||||
|
<p class="mono-label">Smoke test</p>
|
||||||
|
<h1 class="text-display font-display">Connor Babbington</h1>
|
||||||
|
<p class="text-body-lg text-ink-muted">Tokens, Tailwind and fonts are wired.</p>
|
||||||
|
<div class="mt-6 inline-flex rounded-sm bg-accent px-4 py-2 text-accent-ink">accent button</div>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user