sollunar-pitch/index.html
Patrick Mulligan 27622f791d feat(deck): SolLunar logo as cover brand + derived favicon
Add the SolLunar eclipse logo (sol/gold + lunar/circuit-blue). Title slide
hero shows the full lockup (webp) with a gold+blue solarpunk glow; the top
bar shows the cropped eclipse emblem + "SolLunar". Derive favicon.png/.ico
+ apple-touch-icon and the top-bar mark from the emblem. Page title → SolLunar.
Lab 484 remains the named tech-backbone entity in the content.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-01 01:20:31 +02:00

16 lines
559 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b1512" />
<title>SolLunar — Investment Prospectus</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>