-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (40 loc) · 1.7 KB
/
Copy path404.html
File metadata and controls
40 lines (40 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Still being built | Aura of Intelligence</title>
<meta name="robots" content="noindex">
<meta name="theme-color" content="#0a1420">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="/styles.css?v=4">
</head>
<body data-page="404">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="/index.html" aria-label="Aura of Intelligence home">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-text"><strong>Aura of Intelligence</strong><span>A Bridge to The Infinite</span></span>
</a>
</header>
<main id="main">
<section class="hero page-hero">
<div class="hero-content reveal">
<p class="eyebrow">Not a broken link, just an honest one</p>
<h1>This page is still being built.</h1>
<p class="hero-copy">This site is going live in phases, on purpose, so it can be watched growing rather than saved for one big reveal. Whatever you were looking for is probably already planned; check the build log for what's shipped so far and what's coming next.</p>
<div class="hero-actions">
<a class="button button-primary" href="/todo.html">See the build log</a>
<a class="button button-secondary" href="/index.html">Back to home</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div>
<p>Aura of Intelligence: Luke Hayes × Claude, Minjerribah · 2026.</p>
</div>
</footer>
<script src="/assets/core.js" defer></script>
</body>
</html>