atio-home/index.html
Patrick Mulligan f56a976111 feat: replicate atitlan.io homepage
- HeroSection: logo with float animation, gradient heading, subtitle
- BtcmatCard: cash-in/out rates with hover effects
- AtmStatus: live Nostr WebSocket (Kind 30078) status from strfry relay
- Contact links (Telegram, email)
- Background image with low opacity overlay
- Remove Vite template boilerplate

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:53:46 -04:00

14 lines
450 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#1e1e2e" />
<title>Atitlan.io - Coming Soon</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>