mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
26 lines
718 B
HTML
26 lines
718 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Oracle Live HTML Fixture</title>
|
|
<style>
|
|
.hero-title { font-size: 2rem; }
|
|
.hero-hook { color: #555; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main class="page">
|
|
<h1 id="hero" class="hero-title">Oracle Fixture</h1>
|
|
<p class="hero-hook">Minimal static page for oracle live-mode goldens.</p>
|
|
<section id="features" class="feature-grid">
|
|
<article class="feature-card">One</article>
|
|
<article class="feature-card">Two</article>
|
|
</section>
|
|
<aside class="side-note">
|
|
<h2 class="note-title">Aside</h2>
|
|
<p>Nested content.</p>
|
|
</aside>
|
|
</main>
|
|
</body>
|
|
</html>
|