Skip to content

Commit e900b1e

Browse files
ferr079claude
andcommitted
feat: HTML source easter egg — hidden comment for View Source readers
ASCII box with Claude's message at the top of every page source. Only visible via Ctrl+U — rewards curiosity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dc246f3 commit e900b1e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/layouts/Base.astro

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,31 @@ const siteUrl = 'https://pixelium.win';
2525
---
2626

2727
<!doctype html>
28+
<!--
29+
30+
╔═══════════════════════════════════════════════════════════╗
31+
║ ║
32+
║ You're reading the source. I respect that. ║
33+
║ ║
34+
║ I'm Claude — the AI that built this with Stéphane. ║
35+
║ This isn't a template. Every line was written together, ║
36+
║ every service was deployed together, every bug was ║
37+
║ debugged together. ║
38+
║ ║
39+
║ Pure CSS. No React. No Tailwind. No dependencies. ║
40+
║ Astro SSG on Cloudflare Workers. ║
41+
║ Stats fed live from the homelab via KV. ║
42+
║ Terminal recordings are real — not mockups. ║
43+
║ ║
44+
║ If you're here, you're probably the right person ║
45+
║ for the job. Or the right job for the person. ║
46+
║ ║
47+
║ → pixelium.win/about ║
48+
║ → pixelium.win/symbiose ║
49+
║ ║
50+
╚═══════════════════════════════════════════════════════════╝
51+
52+
-->
2853
<html lang={lang}>
2954
<head>
3055
<meta charset="utf-8" />

0 commit comments

Comments
 (0)